Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4ch1m/mozext
Extensions / Add-Ons for Mozilla Firefox and Mozilla Thunderbird
https://github.com/4ch1m/mozext
firefox firefox-addon firefox-extension mozilla mozilla-firefox mozilla-thunderbird thunderbird thunderbird-addon thunderbird-extension webextension
Last synced: about 1 month ago
JSON representation
Extensions / Add-Ons for Mozilla Firefox and Mozilla Thunderbird
- Host: GitHub
- URL: https://github.com/4ch1m/mozext
- Owner: 4ch1m
- License: mpl-2.0
- Created: 2020-07-19T17:25:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T17:10:11.000Z (5 months ago)
- Last Synced: 2024-10-30T09:35:59.168Z (2 months ago)
- Topics: firefox, firefox-addon, firefox-extension, mozilla, mozilla-firefox, mozilla-thunderbird, thunderbird, thunderbird-addon, thunderbird-extension, webextension
- Language: JavaScript
- Homepage: https://www.achimonline.de/mozext
- Size: 8.59 MB
- Stars: 20
- Watchers: 2
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mozext
> **Moz**illa Thunderbird/Firefox **Ext**ensions## Table of Contents
* [WebExtensions / MailExtensions](#webextensions--mailextensions--)
* [Thunderbird](#thunderbird)
* [Firefox](#firefox)
* [Legacy XUL-/XPCOM-based Extensions](#legacy-xul-xpcom-based-extensions)
* [Thunderbird](#thunderbird-1)
* [Firefox](#firefox-1)
* [Documentation](#documentation)
* [License](#license)## WebExtensions / MailExtensions
Please check the specific README-file in each folder for build-instructions.
### Thunderbird
* [Signature Switch ME](signatureswitch-me)
* [NestedQuote Remover ME](nestedquoteremover-me)### Firefox
* TBD
## Legacy XUL-/XPCOM-based Extensions
I started developing these extensions back in 2005.
However, both [Firefox 57](https://www.mozilla.org/en-US/firefox/57.0/releasenotes/) and [Thunderbird 78](https://www.thunderbird.net/en-US/thunderbird/78.0/releasenotes/) dropped support for add-ons based on XUL- and XPCOM-APIs;
so I won't continue working with this codebase.### Thunderbird
* [Signature Switch](signatureswitch)
* [NestedQuote Remover](nestedquoteremover)
* [NewMail Execute](newmailexecute)### Firefox
* [Save Image in Folder](saveimageinfolder)
* [Save Link in Folder](savelinkinfolder)To build them you'll need to have [Apache Ant](https://ant.apache.org/) and [XMLStarlet](http://xmlstar.sourceforge.net/) installed on your system.
Then simply change into the directory of an extension/add-on and run the `ant`-command.
This will create an installable XPI-file.## Documentation
Please check my dedicated website for more detailed information:
* [https://www.achimonline.de/mozext/](https://www.achimonline.de/mozext/)
## License
Please read the [LICENSE](LICENSE) file.