Volume Mixer
Allows for the changing of individual tab volume
Co je Volume Mixer?
Volume Mixer je rozšíření Chrome vyvinuté Nick K, a jeho hlavní funkcí je „Allows for the changing of individual tab volume“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Volume Mixer
Stáhněte si soubory rozšíření Volume Mixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension is a simple volume mixer that allows the user to change the volume of individual tabs as well as the master volume of all tabs from a simple popup UI in the right hand corner of the screen. To use, just click on the mixer icon, and select which volume level you wish to set for each tab. Note: This extension currently works only with HTML video and audio elements (does not work with Flash). It might be necessary to use another extension to force websites to use HTML5. If you find any bugs, or have any feedback in general about this app, email [email protected] and I will try to help you with any issues.
Základní Informace o Rozšíření
Název | |
ID | nndlkolppogjamclcghenckmillbpoei |
Oficiální URL | https://chrome.google.com/webstore/detail/volume-mixer/nndlkolppogjamclcghenckmillbpoei |
Popis | Allows for the changing of individual tab volume |
Velikost souboru | 94.91 KB |
Počet instalací | 7,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-05-10 |
Datum Vydání | 2016-05-10 |
Hodnocení | 1.74/5 Celkem 66 Hodnocení |
Vývojář | Nick K |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volume Mixer", "description": "Allows for the changing of individual tab volume", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ " |