Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Vad är Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT. är en Chrome-tillägg utvecklad av mallain.com, och dess huvudfunktion är "This extension mute inactive tabs".
Tilläggsskärmbilder
Ladda ner Really Mute Inactive Tabs LT.-förlängningens CRX-fil
Ladda ner Really Mute Inactive Tabs LT.-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
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
Grundläggande Information om Tillägg
Namn | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Officiell webbadress | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Beskrivning | This extension mute inactive tabs |
Filstorlek | 31.22 KB |
Antal Installationer | 858 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-01-06 |
Publiceringsdatum | 2017-01-06 |
Betyg | 3.50/5 Totalt 10 Betyg |
Utvecklare | mallain.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://mallain.com/Apps.aspx |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |