Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Really Mute Inactive Tabs LT.とは何ですか?
Really Mute Inactive Tabs LT.はmallain.comによって開発されたChromeの拡張機能で、その主な機能は「This extension mute inactive tabs」です。
拡張機能のスクリーンショット
Really Mute Inactive Tabs LT.拡張機能のCRXファイルをダウンロード
Really Mute Inactive Tabs LT.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
拡張機能の基本情報
名前 | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
公式URL | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
説明 | This extension mute inactive tabs |
ファイルサイズ | 31.22 KB |
インストール数 | 858 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-06 |
公開日 | 2017-01-06 |
評価 | 3.50/5 合計 10 レビュー |
開発者 | mallain.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://mallain.com/Apps.aspx |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |