Skip to content

noniq/smart-tab-mute-chrome-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Tab Mute Chrome Extension – ported to Firefox

Preface

This is a Firefox port of https://github.com/neuling/smart-tab-mute-chrome-extension

Known isses

  • In Firefox 47 the options page is not available (needs Firefox 48 or newer), so it’s not possible to edit the whitelist or change the “Unmute last tab” setting.

Testing the extension

Run the build process (see below), then open about:debugging in Firefox, click on “Load Temporary Add-on” and select any file inside the build directory (e.g. manifest.json). MDN has more info about temporary installation in Firefox.


Original readme follows:


Development

Install all dependencies

npm install

Run the build process

run the build process once

grunt

or if you want to automatically reload the extension after every change.

grunt --reload-extension

Open chrome://extensions/ and point the installation of an unpacked extension to the ./build folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.0%
  • HTML 12.8%
  • CSS 4.2%