Volume Mixer
Allows for the changing of individual tab volume
Volume Mixer क्या है?
Volume Mixer Nick K द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows for the changing of individual tab volume"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Volume Mixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nndlkolppogjamclcghenckmillbpoei |
आधिकारिक URL | https://chrome.google.com/webstore/detail/volume-mixer/nndlkolppogjamclcghenckmillbpoei |
विवरण | Allows for the changing of individual tab volume |
फ़ाइल का आकार | 94.91 KB |
स्थापना संख्या | 7,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-05-10 |
प्रकाशन तिथि | 2016-05-10 |
रेटिंग | 1.74/5 कुल 66 रेटिंग्स |
डेवलपर | Nick K |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ " |