Skip to content

Flambe browser extension designed to make it easy to close/clean a current browsing session

License

Notifications You must be signed in to change notification settings

designbystephen/flambe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flambé

Adds a "Clear Tabs and Data" button in the toolbar allowing you to close your tabs and clear your browser history in one click. Inspired by similar functionality in DuckDuckGo's mobile browser.

Privacy

  • No data is collected by this extension (Flambé)

Extension Permissions

  • tabs
    • Used to close tabs in browser window
    • Used to create a new blank tab
  • browsingData
    • Used to clear browsing data

Starting/Building Project

  1. Clone project
  2. $ yarn
  3. $ yarn build
  4. Defaults to Firefox extension
  5. Extension is compressed exported to: dist/flambe.xpi

Package Scripts

  • $ yarn build: Build project and create "browser" based distributables (Firefox, Edge)
  • $ yarn build:chrome: Build project and create "chrome" based distributables (Chrome, Opera)
  • $ yarn debug: Same as default build, but sets debug options to true (sourcemaps, un-minified code, etc)
  • $ yarn debug:chrome: Same as chrome build, but sets debug options to true (sourcemaps, un-minified code, etc)
  • $ yarn start: Starts web extension service and ports application to Developer edition of Firefox

Credits

About

Flambe browser extension designed to make it easy to close/clean a current browsing session

Resources

License

Stars

Watchers

Forks

Packages

No packages published