Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Qu'est-ce que Tablight ?
Tablight est une extension Chrome développée par https://fouad.co, et sa fonction principale est "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tablight
Téléchargez les fichiers d'extension Tablight 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
Mac Spotlight search for Chrome tabs. Press Cmd/Ctrl + O to open the search bar on any page. If you need to open a file in chrome, you can still create a new tab and use the hotkey's default action. If you have any problems, post an issue here https://github.com/fouad/chrome-tablight/issues
Informations de Base sur l'Extension
Nom | Tablight |
ID | clenlcdnkhcmilhodbibgldkmldgpboi |
URL Officiel | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
Description | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
Taille du Fichier | 15.12 KB |
Nombre d'Installations | 886 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2015-01-21 |
Date de Publication | 2015-01-21 |
Évaluation | 2.11/5 Total 38 Évaluations |
Développeur | https://fouad.co |
Type de Paiement | free |
Site Web de l'Extension | https://fouad.co/tablight/ |
URL de la Page d'Aide | https://github.com/fouad/chrome-tablight/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "commands": { "open-search": { "description": "open search", "global": false, "suggested_key": { "default": "Ctrl+Shift+O", "mac": "Command+Shift+O" } } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "activeTab" ] } |