Allows easy switching between the different GOV.UK environments and content representations. Inspired by the govuk-bookmarklets.
The extension is downloadable on the Chrome web store and AMO for Firefox.
If you don't want to install from your browser's web store for security reasons, you can install a local non-self updating copy.
Load unpacked extension…
to pop up a file selection dialog.src
in the extension directory, and select it.Source: Getting Started: Building a Chrome Extension.
Extensions installed using the following instructions are only active while Firefox is open and are removed on exit. Permanently-active extensions can be only be installed from packages signed by Mozilla.
Load Temporary Add-on
to pop up a file selection dialog.src
in the extension directory, and select manifest.json
.Source: Temporary installation in Firefox.
You'll need jasmine-browser, which you can set up with:
$ npm install
You can then run the tests with:
$ npm test
This will start a server and run the tests in a browser (chrome by default).
If you want the browser to remain open with the test results, you can use
$ npx jasmine-browser-runner serve
..then navigate to http://localhost:8888/
jq
. For example, on mac, you can do it using brew 'brew install jq'manifest_base.json
npm run build
/build/govuk-browser-extension-chrome-{version}.zip
to the Chrome web store./build/govuk-browser-extension-firefox-{version}.zip
to Firefox Add-ons. Account details in the AWS Secrets Manager. See the documentation in Retrieve a credential from Secrets ManagerFirefox and chrome currently disagree on few things with respect to V3 of manifest.json, so inorder to accommodate for both the browser, we would need a separate build for each browser with their manifest.json catering to each of them. To do this, we have created two manifest.json for each browser and have updated build script to generate separate manifest.json for each of them during the build.
MIT License