Pinpoint Sound
Pinpoints tabs playing sound
Pinpoint Sound क्या है?
Pinpoint Sound Zeno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pinpoints tabs playing sound"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinpoint Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Pinpoint tabs playing sound by redirect you to the tab with sound with one click! if you have multiple sounds it while cycle through one by one Have you ever had too many tabs open at once, with sound playing on one or more of them, and then had to hunt down the tab that was playing the sound? With a single click Pinpoint Sound lets you find the current tab playing sound. Find out which tab sound is coming from with Pinpoint Sound Updates 0.2 Added context menu, right click to display Pinpoint Sound 0.1 initial release
एक्सटेंशन की मूल जानकारी
नाम | Pinpoint Sound |
ID | gmlbblkahooncpccdfedipagbbfcnigb |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb |
विवरण | Pinpoints tabs playing sound |
फ़ाइल का आकार | 7.62 KB |
स्थापना संख्या | 264 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2023-03-31 |
प्रकाशन तिथि | 2022-06-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Zeno |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://linktr.ee/Zeno_code |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pinpoint Sound", "version": "0.3", "description": "Pinpoints tabs playing sound", "icons": { "16": "icons\/logo.png", "48": "icons\/logo.png", "128": "icons\/logo.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "host_permissions": [], "action": { "default_title": "Pinpoint Sound" } } |