Nightly Tester Tools (NTT) is an add-on for aiding testers of Nightly builds of Mozilla apps including Firefox.
Features
Copy the build ID or list of extensions to the clipboard using the toolbar button
Insert the build ID or list of extensions into a textbox using the context menu
Option to customize the Title Bar
Limitations
There are a couple of known issues due to the limited WebExtensions APIs:
The changeset cannot be retrieved
The extension list does not include system add-ons
The textbox inserting options don’t work on some Mozilla sites (including AMO due to a security restriction) as well as with a textbox within an iframe and certain rich text editors
Some variables are not available for the custom title template
The following features found in the original XUL-based extension are not yet implemented, and some of them may not be implemented again:
Copy about:support to Pastebin
Open the profile folder (Use about:support or about:profile page instead to open it)
All bugs and feature requests are filed in the Nightly Tester Tools project at GitHub. You can view the list of open issues, or you can file a new issue. Check out the wiki for a list of current and proposed features and feel free to file bugs and submit patches.
This project uses .editorconfig, which sets defaults for the formatting of the code. So enjoy the use of compatible editor. Just download and install the corresponding plugin.
Also, it’s encouraged to use the web-ext lint command to check the code.
Nightly Tester Tools
Nightly Tester Tools (NTT) is an add-on for aiding testers of Nightly builds of Mozilla apps including Firefox.
Features
Limitations
There are a couple of known issues due to the limited WebExtensions APIs:
The following features found in the original XUL-based extension are not yet implemented, and some of them may not be implemented again:
about:supportto Pastebinabout:supportorabout:profilepage instead to open it)Compatibility
The current WebExtension version is only compatible with Firefox. Use legacy version 3.10 for Thunderbird and SeaMonkey.
Install
You can install the latest stable NTT from addons.mozilla.org.
To install for development, clone the repo:
Install the
web-extcommand line tool:To test with Firefox:
To build for release:
You can also temporarily install the extension in your Firefox without having to use
web-ext.Development
All bugs and feature requests are filed in the Nightly Tester Tools project at GitHub. You can view the list of open issues, or you can file a new issue. Check out the wiki for a list of current and proposed features and feel free to file bugs and submit patches.
This project uses
.editorconfig, which sets defaults for the formatting of the code. So enjoy the use of compatible editor. Just download and install the corresponding plugin.Also, it’s encouraged to use the
web-ext lintcommand to check the code.