Auto Mute Tabs
This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
什麼是Auto Mute Tabs?
Auto Mute Tabs是由Mark A. Clem開發的Chrome擴展程式,該擴展的主要功能是“This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.”。
下載Auto Mute Tabs擴展crx文件
下載Auto Mute Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | dpfjecmegbpbogbmdadikgegflmdflic |
官方網址 | https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic |
簡介 | This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs. |
檔案大小 | 14.59 KB |
安裝次數 | 57 |
目前版本 | 1.0 Initial |
更新時間 | 2017-01-20 |
上架時間 | 2017-01-20 |
評分 | 1.50/5 共 2 次評分 |
開發者 | Mark A. Clem |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Mute Tabs", "short_name": "AutoMuteTabs", "version": "1.9.3", "version_name": "1.0 Initial", "description": "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.", "browser_action": { "default_icon": "amticon16.png" }, "author": "Mark A. Clem", "background": { "persistent": false, "page": "background.html" }, "minimum_chrome_version": "45", "icons": { "16": "amticon16.png", "128": "amticon128.png" }, "permissions": [ "tabs" ] } |