Sourcecode von Firefox-Addons extrahieren
http://www.instructables.com/id/Extract-Firefox-Addon-Source-Code/
- Locating an Addon's XPI File. An XPI file is an addon packed into a single file. https://addons.mozilla.org/ -- "Save Link As..."
- Extracting XPI File
install.js
install.rdf
/chrome/
/defaults/ - Extracting the Main JAR Code. Most of the core addon code is present in a JAR file found in the /chrome/ directory.
Opening XPI files in Firefox will install them for you.