Where is my tab?
Search in tabs.
Qu'est-ce que Where is my tab? ?
Where is my tab? est une extension Chrome développée par Michal Fabry, et sa fonction principale est "Search in tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Where is my tab?
Téléchargez les fichiers d'extension Where is my 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
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
Informations de Base sur l'Extension
Nom | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
URL Officiel | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
Description | Search in tabs. |
Taille du Fichier | 35.11 KB |
Nombre d'Installations | 67 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-02-21 |
Date de Publication | 2013-02-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Michal Fabry |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/furbos/where-is-my-tab |
URL de la Page d'Aide | https://github.com/furbos/where-is-my-tab/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |