Really Mute Inactive Tabs LT.
This extension mute inactive tabs
O que é Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT. é uma extensão do Chrome desenvolvida por mallain.com, e sua principal característica é "This extension mute inactive tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Really Mute Inactive Tabs LT.
Baixe arquivos de extensão Really Mute Inactive Tabs LT. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
URL Oficial | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Descrição | This extension mute inactive tabs |
Tamanho do Arquivo | 31.22 KB |
Contagem de Instalações | 858 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-06 |
Data de Publicação | 2017-01-06 |
Classificação | 3.50/5 Total de 10 Avaliações |
Desenvolvedor | mallain.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://mallain.com/Apps.aspx |
Idiomas Suportados | 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" ] } |