Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
什麼是Mute Tabs?
Mute Tabs是由ykushch開發的Chrome擴展程式,該擴展的主要功能是“This extension enables mute/unmute for all tabs in Google Chrome.”。
擴展截圖
下載Mute Tabs擴展crx文件
下載Mute Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting! 擴展基本資訊
| 名稱 | |
| ID | dmnijdnindlggpbphaokobmejlkmneip |
| 官方網址 | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
| 簡介 | This extension enables mute/unmute for all tabs in Google Chrome. |
| 檔案大小 | 40.94 KB |
| 安裝次數 | 448 |
| 目前版本 | 1.2 |
| 更新時間 | 2016-01-05 |
| 上架時間 | 2016-01-05 |
| 評分 | 3.71/5 共 14 次評分 |
| 開發者 | ykushch |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |