All Projects → mozilla → Multi Account Containers

mozilla / Multi Account Containers

Licence: mpl-2.0
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.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Multi Account Containers

Web Ext Types
TypeScript type definitions for Firefox WebExtensions
Stars: ✭ 127 (-93.29%)
Mutual labels:  firefox, webextension
Bookmarks Organizer
With the Bookmarks Organizer it's easy to put order in your bookmarks. The Bookmarks Organizer finds no longer working bookmarks, redirects, duplicates and more!
Stars: ✭ 90 (-95.25%)
Mutual labels:  firefox, webextension
Unload Tabs
WebExtension that unloads tabs and prevents tabs from loading
Stars: ✭ 38 (-97.99%)
Mutual labels:  firefox, webextension
Swift Selection Search
Swift Selection Search (SSS) is a simple Firefox add-on that lets you quickly search for some text in a page using your favorite search engines.
Stars: ✭ 125 (-93.4%)
Mutual labels:  firefox, webextension
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-94.66%)
Mutual labels:  firefox, webextension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+344.69%)
Mutual labels:  firefox, webextension
Webpack Webextension Plugin
Webpack plugin that compiles WebExtension manifest.json files and adds smart auto reload
Stars: ✭ 47 (-97.52%)
Mutual labels:  firefox, webextension
Webextension Pixiv Toolkit
A web extension for Pixiv
Stars: ✭ 513 (-72.9%)
Mutual labels:  firefox, webextension
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-94.77%)
Mutual labels:  firefox, webextension
Fx cast
Implementation of the Google Cast Chrome Sender SDK within Firefox
Stars: ✭ 1,319 (-30.32%)
Mutual labels:  firefox, webextension
Tabmarks
Web Extension for handling groups of tabs persisted as bookmarks
Stars: ✭ 13 (-99.31%)
Mutual labels:  firefox, webextension
Newtaboverride
New Tab Override allows you to set the page that shows whenever you open a new tab.
Stars: ✭ 120 (-93.66%)
Mutual labels:  firefox, webextension
Context Search
A Firefox WebExtension that displays a context menu, that searches for the selected text.
Stars: ✭ 26 (-98.63%)
Mutual labels:  firefox, webextension
Pulse
We're building the next generation of Firefox, and we're focusing on real-world speed and performance. Pulse lets you give our engineers feedback about your experience on websites that work well in Firefox and on websites that don't.
Stars: ✭ 15 (-99.21%)
Mutual labels:  firefox, webextension
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (-98.68%)
Mutual labels:  firefox, webextension
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (-46.38%)
Mutual labels:  firefox, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (-80.72%)
Mutual labels:  firefox, webextension
Downthemall
The DownThemAll! WebExtension
Stars: ✭ 512 (-72.95%)
Mutual labels:  firefox, webextension
Retrotxt
RetroTxt is the WebExtension that turns ANSI, ASCII, NFO text into in-browser HTML
Stars: ✭ 93 (-95.09%)
Mutual labels:  firefox, webextension
Vertical Tabs Reloaded
Firefox add-on for arranging tabs vertically
Stars: ✭ 115 (-93.92%)
Mutual labels:  firefox, webextension

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. Fetch the locales updating the git-submodules: git submodule init && git submodule update --remote --depth 1 src/_locales
  2. Install the web-ext tool.
  3. 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. Fetch the locales updating the git-submodules: git submodule init && git submodule update --remote --depth 1 src/_locales
  2. Open the about:debugging page in Firefox.
  3. Click on This Firefox.
  4. Click on Load Temporary Add-on.
  5. 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.

Add/update messages for translation

The src/_locales directory is a git repository like any other, so to make changes to the messages:

  1. Make whatever changes you need in src/_locales/en as you work.

  2. cd src/_locales/en

  3. git branch message-updates-yyyymmdd

  4. git push -u origin message-updates-yyyymmdd

You can then open a pull request from the message-updates-yyyymmdd branch to

the l10n repo main branch.

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. ./bin/build-addon.sh
  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

Links

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].