Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.