Skip to content

Extension for viewing RTF files in the browser

License

Notifications You must be signed in to change notification settings

zoehneto/chrome-rtf-viewer

Repository files navigation

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.