Audio Control

音声の流れているタブのミュートなどの操作が可能な Chrome 拡張機能です。

Wat is Audio Control?

Audio Control is een Chrome-extensie ontwikkeld door preflight.cc, en de belangrijkste functie is "音声の流れているタブのミュートなどの操作が可能な Chrome 拡張機能です。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Audio Control

Download Audio Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        音声の流れているタブのミュートなどの操作が可能な Chrome 拡張機能です。
Chrome 45 以降に対応します。

次の機能が含まれています。
・音声の流れているタブの一括ミュート
・音声の流れているタブの個別ミュート
・ミュートになっているタブの一括解除
・ミュートになっているタブの個別解除
・表示しているタブ以外の一括ミュート

また、現在表示しているタブは強調表示され、一括操作の際にはどのタブがどの状態に切り替わるか、簡単に確認することができます。

この拡張機能はオープンソースで開発されており、以下のリポジトリでソースコードを公開しています。
https://github.com/nash716/AudioControl                    

Basisinformatie over de Extensie

Naam Audio Control Audio Control
ID cdfpejfoaleflnldflogblbckbcmceid
Officiële URL https://chromewebstore.google.com/detail/audio-control/cdfpejfoaleflnldflogblbckbcmceid
Beschrijving 音声の流れているタブのミュートなどの操作が可能な Chrome 拡張機能です。
Bestandsgrootte 85.84 KB
Aantal Installaties 252
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-14
Publicatiedatum 2015-11-14
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar preflight.cc
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0",
    "default_locale": "ja",
    "browser_action": {
        "default_icon": {
            "19": "browser_action\/img\/icon19.png",
            "38": "browser_action\/img\/icon38.png"
        },
        "default_popup": "browser_action\/popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}