Go to Sound Tab
Takes you to the tab that is generating sound
Go to Sound Tab क्या है?
Go to Sound Tab Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes you to the tab that is generating sound"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Go to Sound Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Go to Sound Tab takes you to the tab that is generating sound. As you click, it cycles through the audible tabs even if they are on multiple browser windows! You are more than welcomed to post issues and make feature requests at github.com/cyberst/go-to-sound-tab/issues Also you can see the GitHub repository for this extension at github.com/cyberst/go-to-sound-tab
एक्सटेंशन की मूल जानकारी
नाम | Go to Sound Tab |
ID | jchebkhlmlddngocdbbdolapcjcoogfm |
आधिकारिक URL | https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm |
विवरण | Takes you to the tab that is generating sound |
फ़ाइल का आकार | 17.32 KB |
स्थापना संख्या | 52 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-04-16 |
प्रकाशन तिथि | 2020-04-16 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/cyberst/go-to-sound-tab/ |
सहायता पृष्ठ URL | https://github.com/cyberst/go-to-sound-tab/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go to Sound Tab", "description": "Takes you to the tab that is generating sound", "version": "0.0.1", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "background_script.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Go to Sound Tab" } } |