Pinpoint Sound
Pinpoints tabs playing sound
Qu'est-ce que Pinpoint Sound ?
Pinpoint Sound est une extension Chrome développée par Zeno, et sa fonction principale est "Pinpoints tabs playing sound".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinpoint Sound
Téléchargez les fichiers d'extension Pinpoint Sound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Pinpoint Sound |
ID | gmlbblkahooncpccdfedipagbbfcnigb |
URL Officiel | https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb |
Description | Pinpoints tabs playing sound |
Taille du Fichier | 7.62 KB |
Nombre d'Installations | 264 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2023-03-31 |
Date de Publication | 2022-06-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Zeno |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://linktr.ee/Zeno_code |
Langues Prises en Charge | 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" } } |