All Projects → stoically → Temporary Containers

stoically / Temporary Containers

Licence: mit
Firefox Add-on that lets you open automatically managed disposable containers

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Temporary Containers

firefox-containers-helper
Firefox multi-account containers are for power users. So is this. Adds bulk container interactivity features missing from the Mozilla Multi-Account Containers extension.
Stars: ✭ 32 (-93.44%)
Mutual labels:  firefox, privacy, firefox-addon
Container Tabs Sidebar
Firefox addon aiming to utilize screen estate more efficiently by showing tabs in a sidebar grouped by privacy containers. Inspired by TreeStyleTab.
Stars: ✭ 87 (-82.17%)
Mutual labels:  privacy, firefox, firefox-addon
Bypass Paywalls Firefox
Bypass Paywalls for Firefox
Stars: ✭ 3,113 (+537.91%)
Mutual labels:  firefox, firefox-addon
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+805.12%)
Mutual labels:  firefox, firefox-addon
Privacy Redirect
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
Stars: ✭ 342 (-29.92%)
Mutual labels:  privacy, firefox
Chameleon
WebExtension port of Random Agent Spoofer
Stars: ✭ 263 (-46.11%)
Mutual labels:  privacy, firefox
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+531.76%)
Mutual labels:  firefox, firefox-addon
Contain Google
[Looking for maintainer] - Google Container isolates your Google activity from the rest of your web activity in order to prevent Google from tracking you outside of the Google website via third party cookies.
Stars: ✭ 347 (-28.89%)
Mutual labels:  privacy, firefox
browser-extension-boilerplate
A boilerplate template for building cross browser extensions (Chrome and Firefox).
Stars: ✭ 41 (-91.6%)
Mutual labels:  firefox, firefox-addon
Easy To Rss
🚀 Chrome/Firefox Extension to retreive RSS feeds URLs from WebSite, RSSHub supported
Stars: ✭ 386 (-20.9%)
Mutual labels:  firefox, firefox-addon
Firefox Profilemaker
Tool to create firefox profiles with good defaults.
Stars: ✭ 361 (-26.02%)
Mutual labels:  privacy, firefox
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (-20.9%)
Mutual labels:  firefox, firefox-addon
webpageScanner
Extension for Firefox
Stars: ✭ 16 (-96.72%)
Mutual labels:  firefox, firefox-addon
frame-by-frame
Frame By Frame - Chrome Extension. Move your mouse cursor over any video and use keyboard arrows to switch frames.
Stars: ✭ 38 (-92.21%)
Mutual labels:  firefox, firefox-addon
User.js
Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
Stars: ✭ 4,404 (+802.46%)
Mutual labels:  privacy, firefox
reading-list
A Chrome/Firefox extension for saving pages to read later.
Stars: ✭ 74 (-84.84%)
Mutual labels:  firefox, firefox-addon
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+676.02%)
Mutual labels:  firefox, firefox-addon
stream-detector
A Firefox addon written in JavaScript which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams.
Stars: ✭ 307 (-37.09%)
Mutual labels:  firefox, firefox-addon
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+996.72%)
Mutual labels:  firefox, firefox-addon
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-28.07%)
Mutual labels:  firefox, firefox-addon

Temporary Containers Firefox Add-on

Build Status Temporary Containers Matrix room #tmp:mozilla.org

Detailed information about the Add-on can be found in the wiki. There's also this long-form article.

Development

Requirements

  • Clone the repository
  • npm install
  • npm run dev

Run in Firefox

  • npx web-ext run -s dist
    • starts the default system Firefox with a temporary profile, loads the Add-on and watches for changes
    • append -p profilename to start Firefox with a specific profile

or

  • Open about:debugging and Load Temporary Add-on which is located in the dist directory

Check about:debugging and click Inspect to the right of Temporary Containers to see the console.

Run the tests

  • Once: npm test
    • Shows a coverage summary and generates a detailed report in the coverage directory
  • Watcher: npm run watch:test

Release

AMO and GitHub

  • Bump manifest version
  • Commit, tag and push
  • Upload zip web-ext-artifact to AMO
  • Download published AMO xpi
  • Create and publish GitHub release with AMO xpi

Pre-Release on GitHub

  • Bump manifest version
  • Commit and push
  • git tag v1.0beta1
  • git push origin v1.0beta1
  • git log $(git tag --sort=-version:refname | sed -n 2p)..HEAD --pretty=format:%s
  • Add release notes and publish

Libraries

Vue.js and SemanticUI are used for the preferences & popup UI.

License

MIT

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].