Tab Search
This extension can be used search through your open tabs and switch to it
Qu'est-ce que Tab Search ?
Tab Search est une extension Chrome développée par Kazz Labs, et sa fonction principale est "This extension can be used search through your open tabs and switch to it".
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
This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday. Let me know what you think. Any feedback is appreciated. Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac) Love the app? Donations accepted :) Paypal: [email protected] Update ------ Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.
Informations de Base sur l'Extension
Nom | Tab Search |
ID | okenomppckiglcldganbmjogplekbnjc |
URL Officiel | https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc |
Description | This extension can be used search through your open tabs and switch to it |
Taille du Fichier | 8.01 KB |
Nombre d'Installations | 330 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-04-15 |
Date de Publication | 2016-04-15 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Kazz Labs |
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": "This extension can be used search through your open tabs and switch to it", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Tab Search", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K" } } } } |