Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
Co to jest Mute Tabs?
Mute Tabs to rozszerzenie Chrome opracowane przez ykushch, a jego główną funkcją jest „This extension enables mute/unmute for all tabs in Google Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Mute Tabs
Pobierz pliki rozszerzeń Mute Tabs 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
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dmnijdnindlggpbphaokobmejlkmneip |
| Oficjalny URL | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
| Opis | This extension enables mute/unmute for all tabs in Google Chrome. |
| Rozmiar pliku | 40.94 KB |
| Liczba instalacji | 448 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2016-01-05 |
| Data Publikacji | 2016-01-05 |
| Ocena | 3.71/5 Łącznie 14 Oceny |
| Deweloper | ykushch |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mute Tabs",
"version": "1.2",
"description": "This extension enables mute\/unmute for all tabs in Google Chrome.",
"icons": {
"16": "images\/sound-16.png",
"48": "images\/sound-48.png",
"128": "images\/sound-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/sound-19.png",
"38": "images\/sound-38.png"
},
"default_title": "Mute-Unmute"
},
"permissions": [
"storage"
]
} | |