Smart Tab Mute
Ensures that only one tab plays audio at the same time
Smart Tab Muteとは何ですか?
Smart Tab MuteはMoritz Kobrnaによって開発されたChromeの拡張機能で、その主な機能は「Ensures that only one tab plays audio at the same time」です。
拡張機能のスクリーンショット
Smart Tab Mute拡張機能のCRXファイルをダウンロード
Smart Tab Mute拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Smart Tab Mute ensures that only one tab is playing sound at the same time The extension is also available for Firefox: https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/
拡張機能の基本情報
名前 | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
公式URL | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
説明 | Ensures that only one tab plays audio at the same time |
ファイルサイズ | 71.62 KB |
インストール数 | 4,168 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-07-24 |
公開日 | 2016-07-24 |
評価 | 3.91/5 合計 34 レビュー |
開発者 | Moritz Kobrna |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tab Mute", "description": "Ensures that only one tab plays audio at the same time", "version": "1.0.1", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |