Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 929 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 929 Bytes

chrome-rtf-viewer

This extension allows to view RTF (Rich Text Format) files in the browser and does so automatically when clicking any link to an RTF file. The RTF file is then automatically rendered in the same tab (similarly to the pdf preview feature of most browsers). This plugin does not depend on any external services to generate the preview.

Browser Support

Chrome

You can install the extension from the chrome web store at https://chrome.google.com/webstore/detail/rtf-viewer/djalaeippddcgflofefafkgijpefkjef

Firefox

This extension is now also available for firefox at https://addons.mozilla.org/firefox/addon/rtf-viewer/

License

This project is licensed under the MIT license. See the LICENSE file for details.

Dependencies

This project uses rtf.js for rendering the RTF files. rtf.js and its dependecies are included in the 'external' folder for convenience.