Mute Tab
Mute one tab or chrome, locking them too.
什麼是Mute Tab?
Mute Tab是由http://zimoapps.com開發的Chrome擴展程式,該擴展的主要功能是“Mute one tab or chrome, locking them too.”。
下載Mute Tab擴展crx文件
下載Mute Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A mute extension which based on new chrome mute API. And, it works form chrome 45.
Easy to mute one tab or chrome, and make chrome mute always. 擴展基本資訊
| 名稱 | |
| ID | abnlpafjdnjpopbjhnahfdcgecnkmmkj |
| 官方網址 | https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj |
| 簡介 | Mute one tab or chrome, locking them too. |
| 檔案大小 | 21.54 KB |
| 安裝次數 | 1,000 |
| 目前版本 | 2.0.0.116 |
| 更新時間 | 2016-03-07 |
| 上架時間 | 2016-03-07 |
| 評分 | 3.59/5 共 34 次評分 |
| 開發者 | http://zimoapps.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://privacy.zimoapps.com |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "45",
"name": "__MSG_ext_name__",
"version": "2.0.0.116",
"description": "__MSG_ext_des__",
"default_locale": "en",
"icons": {
"16": "img\/mute.png",
"48": "img\/mute.png",
"128": "img\/mute.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/mute.png",
"38": "img\/mute.png"
},
"default_title": "__MSG_ext_name__",
"default_popup": "html\/popup.html"
},
"permissions": [
"tabs",
"storage"
]
} | |