Really Mute Inactive Tabs LT.
This extension mute inactive tabs
什麼是Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT.是由mallain.com開發的Chrome擴展程式,該擴展的主要功能是“This extension mute inactive tabs”。
擴展截圖
下載Really Mute Inactive Tabs LT.擴展crx文件
下載Really Mute Inactive Tabs LT.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
官方網址 | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
簡介 | This extension mute inactive tabs |
檔案大小 | 31.22 KB |
安裝次數 | 858 |
目前版本 | 1.0 |
更新時間 | 2017-01-06 |
上架時間 | 2017-01-06 |
評分 | 3.50/5 共 10 次評分 |
開發者 | mallain.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://mallain.com/Apps.aspx |
支援的語言 | 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" ] } |