Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Co to jest Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT. to rozszerzenie Chrome opracowane przez mallain.com, a jego główną funkcją jest „This extension mute inactive tabs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Really Mute Inactive Tabs LT.
Pobierz pliki rozszerzeń Really Mute Inactive Tabs LT. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Oficjalny URL | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Opis | This extension mute inactive tabs |
Rozmiar pliku | 31.22 KB |
Liczba instalacji | 858 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-01-06 |
Data Publikacji | 2017-01-06 |
Ocena | 3.50/5 Łącznie 10 Oceny |
Deweloper | mallain.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://mallain.com/Apps.aspx |
Obsługiwane Języki | 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" ] } |