.github | ||
bin | ||
data | ||
docs | ||
src | ||
test | ||
.env | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.htmllintrc | ||
.jpmignore | ||
.stylelintrc | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
icon.png | ||
LICENSE.txt | ||
package.json | ||
README.md |
Multi-Account Containers
The Firefox Multi-Account Containers extension lets you carve out a separate box for each of your online lives – no more opening a different browser just to check your work email! Learn More Here
Available on addons.mozilla.org
For more info, see:
Requirements
- node 7+ (for jpm)
- Firefox 57+
Development
npm install
./node_modules/.bin/web-ext run -s src/
or
you can also test your changes without having to install web-ext as step #2 above
Debugging in the browser
Visit about:debugging
in your browser.
Then select the option load temporary Add-on
and load the extension by selecting any file from the Web Extensions' dir. In our case, e.g. select manifest.json from the src dir.
For reference, watch this video
After you make your changes, simply press the reload
button to see them in effect.
Testing
TBD
Distributing
Make the new version
- Bump the version number in
package.json
andmanifest.json
- Commit the version number bump
- Create a git tag for the version:
git tag <version>
- Push the tag up to GitHub:
git push --tags
Publish to AMO
npm run-script build
- Upload the
.zip
to AMO
Publish to GitHub
Finally, we also publish the release to GitHub for those followers.
- Download the signed
.xpi
from the addon versions page - Make the new release on
GitHub
- Use the version number for "Tag version" and "Release title"
- Release notes: copy the output of
git log --no-merges --pretty=format:"%h %s" <previous-version>..<new-version>
- Attach binaries: select the signed
.xpi
file
Links
Facebook & Twitter icons CC-Attrib https://fairheadcreative.com.