Skip to content

snippetify/firefox-extension

Repository files navigation

Snippetify Firefox Extension

Snippetify extension auto detect snippets on any pages you visited and allow you to save it to Snippetify for later use.

What it does

This plugin allows you to save to Snippetify any snippets on any websites in a breeze. It auto detects all the snippets available on the website and display the number and list them on the browser action, so when you click on one of them, it drives you directly to that snippet.

How to use it

To use this plugin you can download it from AMO or you can clone it and use it.

For the second option follow these steps.

NB: You need Node.js installed.

Clone it

git clone https://github.com/snippetify/firefox-extension.git

Build it

npm install
npm run build

After building it you will find the add-on in the dist folder.

Load it to firefox (about:debugging) by selecting any file on the dist folder, and start using it.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

composer test

At this time any tests is available. We are working on it.

Contributing

Please see CONTRIBUTING for details.

Credits

  1. Evens Pierre

License

The MIT License (MIT). Please see License File for more information.