Sound Tab
Quickly switch to tabs that are making sounds
Sound Tab क्या है?
Sound Tab grahamwglee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly switch to tabs that are making sounds"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sound Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly switch to tabs that are making sounds by clicking the extension icon or by the shortcut Alt+Shift+S. If you are like me who usually have plenty of tabs open spread over several windows, it can be difficult to find which tab is playing sounds. You can now quickly jump to tabs that are making sounds with this extension! If two or more tabs are playing sounds, the extension will cycle through all of those tabs with each press, so that you can filter out the sounds you don't need and keep on listening to the tabs you want to play! The default shortcut is Alt+Shift+S. Keybindings can be edited through the "Keyboard Shortcut" menu at chrome://extensions/shortcuts Icon created by Hamish from Noun Project
एक्सटेंशन की मूल जानकारी
नाम | Sound Tab |
ID | poheidbodnopapiohmaiicjljellfneg |
आधिकारिक URL | https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg |
विवरण | Quickly switch to tabs that are making sounds |
फ़ाइल का आकार | 12.89 KB |
स्थापना संख्या | 754 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2018-07-07 |
प्रकाशन तिथि | 2018-07-07 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | grahamwglee |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Tab", "version": "0.1", "description": "Quickly switch to tabs that are making sounds", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Switch to audible tab" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Switch to audible tab" } }, "manifest_version": 2, "minimum_chrome_version": "45", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |