Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
Cos'è Mute Tabs?
Mute Tabs è un'estensione di Chrome sviluppata da ykushch, e la sua funzione principale è "This extension enables mute/unmute for all tabs in Google Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mute Tabs
Scarica i file di estensione Mute Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!
Informazioni di Base sull'Estensione
Nome | Mute Tabs |
ID | dmnijdnindlggpbphaokobmejlkmneip |
URL Ufficiale | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
Descrizione | This extension enables mute/unmute for all tabs in Google Chrome. |
Dimensione del File | 40.94 KB |
Conteggio Installazioni | 448 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-01-05 |
Data di Pubblicazione | 2016-01-05 |
Valutazione | 3.71/5 Totale 14 Valutazioni |
Sviluppatore | ykushch |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |