Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Qu'est-ce que Tab Search ?
Tab Search est une extension Chrome développée par Christopher Woodall, et sa fonction principale est "Type 'tab' into the omni-bar to auto search tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Search
Téléchargez les fichiers d'extension Tab Search 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
Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab.
Informations de Base sur l'Extension
Nom | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
URL Officiel | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
Description | Type 'tab' into the omni-bar to auto search tabs. |
Taille du Fichier | 17.01 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-02-01 |
Date de Publication | 2015-02-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Christopher Woodall |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "Type 'tab' into the omni-bar to auto search tabs.", "version": "1.0", "omnibox": { "keyword": "tab" }, "icons": { "16": "app\/assets\/img\/logo16.png", "48": "app\/assets\/img\/logo48.png", "128": "app\/assets\/img\/logo128.png" }, "background": { "persistent": false, "scripts": [ "app\/BackgroundScript.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |