Auto Mute Tabs
This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
Vad är Auto Mute Tabs?
Auto Mute Tabs är en Chrome-tillägg utvecklad av Mark A. Clem, och dess huvudfunktion är "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".
Ladda ner Auto Mute Tabs-förlängningens CRX-fil
Ladda ner Auto Mute Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | dpfjecmegbpbogbmdadikgegflmdflic |
Officiell webbadress | https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic |
Beskrivning | This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs. |
Filstorlek | 14.59 KB |
Antal Installationer | 57 |
Aktuell Version | 1.0 Initial |
Senast Uppdaterad | 2017-01-20 |
Publiceringsdatum | 2017-01-20 |
Betyg | 1.50/5 Totalt 2 Betyg |
Utvecklare | Mark A. Clem |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Mute Tabs", "short_name": "AutoMuteTabs", "version": "1.9.3", "version_name": "1.0 Initial", "description": "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.", "browser_action": { "default_icon": "amticon16.png" }, "author": "Mark A. Clem", "background": { "persistent": false, "page": "background.html" }, "minimum_chrome_version": "45", "icons": { "16": "amticon16.png", "128": "amticon128.png" }, "permissions": [ "tabs" ] } |