Go to Sound Tab
Takes you to the tab that is generating sound
Qu'est-ce que Go to Sound Tab ?
Go to Sound Tab est une extension Chrome développée par Unknown, et sa fonction principale est "Takes you to the tab that is generating sound".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go to Sound Tab
Téléchargez les fichiers d'extension Go to Sound Tab 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
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
Informations de Base sur l'Extension
Nom | Go to Sound Tab |
ID | jchebkhlmlddngocdbbdolapcjcoogfm |
URL Officiel | https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm |
Description | Takes you to the tab that is generating sound |
Taille du Fichier | 17.32 KB |
Nombre d'Installations | 52 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-04-16 |
Date de Publication | 2020-04-16 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/cyberst/go-to-sound-tab/ |
URL de la Page d'Aide | https://github.com/cyberst/go-to-sound-tab/issues |
Langues Prises en Charge | 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" } } |