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 |
| 公式URL | 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"
]
} | |