Tab Muter
Mute Your Tabs
Tab Muterとは何ですか?
Tab MuterはMatt Ditmarsによって開発されたChromeの拡張機能で、その主な機能は「Mute Your Tabs」です。
拡張機能のスクリーンショット
Tab Muter拡張機能のCRXファイルをダウンロード
Tab Muter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instantly mute and unmute all tabs that are playing audio in Chrome at the click of a button.
拡張機能の基本情報
名前 | Tab Muter |
ID | ibeliijpajohhafjcjhfooimepofgdno |
公式URL | https://chromewebstore.google.com/detail/tab-muter/ibeliijpajohhafjcjhfooimepofgdno |
説明 | Mute Your Tabs |
ファイルサイズ | 8.86 KB |
インストール数 | 674 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-07-03 |
公開日 | 2019-07-03 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Matt Ditmars |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Muter", "version": "1.0.1", "description": "Mute Your Tabs", "default_locale": "en_US", "icons": { "16": "speaker-16.png", "48": "no-audio-48.png", "128": "no-audio-128.png" }, "browser_action": { "default_title": "Click to mute tabs" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |