InfoLister is a Firefox extension that lists installed add-ons, themes, and plugins.
The user documentation is at https://nickolay.github.io/infolister/
InfoLister can be installed from addons.mozilla.org.
- git clone https://github.com/nickolay/infolister.git
- Create an empty
profile
folder, andprofile/extensions/
inside it. - Create a file named ``{3f0da09b-c1ab-40c5-8d7f-53f475ac3fe8}
inside the
profile/extensions` directory. Put the full path to `(infolister clone)/extension/` in the file. - Add
user_pref("xpinstall.signatures.required", false);
to profile/prefs.js - Run firefox.exe (or
Firefox.app/Contents/MacOS/firefox-bin
on OS X) with the following parameters: ``-foreground -no-remote -profile full/path/to/profile`.
An example start script I use on Mac OS X is checked into the root of this repository (nightly.sh).
The included tests (./tests/
) are non-functional at the moment :(
To create the XPI just create a zip archive with the contents of the extension/
directory (not including the directory itself!). See the build.sh
script for an example.
- Update the version number in
extension/install.rdf
git tag VERSIONNUMBER
.- git push --tags
- publish to git pages
- Update changelog.txt & index.html
- Publish to AMO
The InfoLister website (https://nickolay.github.io/infolister/) is maintained in a separate branch of this repository (gh-pages
).