OmniTab
Quickly switch tabs using the omnibar
Qu'est-ce que OmniTab ?
OmniTab est une extension Chrome développée par James Kwan, et sa fonction principale est "Quickly switch tabs using the omnibar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OmniTab
Téléchargez les fichiers d'extension OmniTab 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
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
Informations de Base sur l'Extension
Nom | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
URL Officiel | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
Description | Quickly switch tabs using the omnibar |
Taille du Fichier | 63.65 KB |
Nombre d'Installations | 378 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2013-02-20 |
Date de Publication | 2013-02-20 |
Évaluation | 4.31/5 Total 13 Évaluations |
Développeur | James Kwan |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |