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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |