Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
Find a file
luke crouch 081ea0bedb
Merge pull request #2052 from cammarin/runtime-geturl
Replace deprecated method `browser.extension.getURL()`
2021-07-26 09:09:17 -05:00
.github Reduce noise in issue template 2019-05-07 01:36:02 +01:00
bin fix #162: bin/build-addon.sh automates txp deploys 2017-02-22 17:20:37 -08:00
data Add styles for 55+56 versions of Firefox so everyone gets a consistent underline. Fixes #779 2017-08-31 11:58:03 -07:00
docs Name change. Fixes #763 2017-09-01 15:16:56 -07:00
src Merge pull request #2052 from cammarin/runtime-geturl 2021-07-26 09:09:17 -05:00
test new option to replace current tab when a assigned domain is opened 2020-07-27 22:12:49 +02:00
.env update README to be current 2017-01-05 16:40:25 -06:00
.eslintignore Add test coverage with nyc 2020-01-02 23:25:07 +00:00
.eslintrc.js code review and feedback changes 2020-02-28 15:47:43 -06:00
.gitignore Add test coverage with nyc 2020-01-02 23:25:07 +00:00
.htmllintrc Adding in CSS and HTML linting. Fixes 72 2017-01-30 16:02:26 +00:00
.jpmignore ignore all *.sw* files for jpm and git 2017-11-17 09:59:29 -06:00
.stylelintrc Updated lint errors, updated Stylelint library to latest version 2020-07-07 10:19:21 -05:00
.travis.yml Added assignment feature test 2018-02-02 19:05:40 +01:00
CODE_OF_CONDUCT.md Bring CODE_OF_CONDUCT.md current 2019-04-15 14:24:16 -04:00
CONTRIBUTING.md Update GitHub URLs 2018-03-29 13:45:05 +02:00
icon.png for #5: start browser action UI 2016-12-20 11:05:37 -06:00
LICENSE.txt License added 2017-01-13 11:48:01 +01:00
package.json Bump version from 7.2.0 to 7.3.0 2021-01-22 09:30:17 -06:00
README.md fix typos 2021-01-11 20:11:06 +01:00

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

Running Locally

Via WebExtensions API (web-ext)

  1. Install the web-ext tool.
  2. Run web-ext run -s src/. This launches Firefox and installs the extension automatically.

This tool provides some additional development features, such as automatic reloading.

Via about:debugging in Firefox

  1. Open the about:debugging page in Firefox.
  2. Click on This Firefox.
  3. Click on Load Temporary Add-on.
  4. Select src/manifest.json.

Here is a video that demonstrates how to do this.

Testing

  • Install dependencies:

    npm install
    
  • Run all tests:

    npm run test
    
  • Only run the linter:

    npm run lint
    

There is a timeout test that sometimes fails on certain machines, so make sure to run the tests on your clone before you make any changes to see if you have this problem.

Distributing

Make the new version

  1. Bump the version number in package.json and manifest.json
  2. Commit the version number bump
  3. Create a git tag for the version: git tag <version>
  4. Push the tag up to GitHub: git push --tags

Publish to AMO

  1. npm run-script build
  2. Upload the .zip to AMO

Publish to GitHub

Finally, we also publish the release to GitHub for those followers.

  1. Download the signed .xpi from the addon versions page
  2. 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

Facebook & Twitter icons CC-Attrib https://fairheadcreative.com.