Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Cos'è Tablight?
Tablight è un'estensione di Chrome sviluppata da https://fouad.co, e la sua funzione principale è "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tablight
Scarica i file di estensione Tablight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | clenlcdnkhcmilhodbibgldkmldgpboi |
| URL Ufficiale | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
| Descrizione | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
| Dimensione del File | 15.12 KB |
| Conteggio Installazioni | 886 |
| Versione Corrente | 0.0.7 |
| Ultimo Aggiornamento | 2015-01-21 |
| Data di Pubblicazione | 2015-01-21 |
| Valutazione | 2.11/5 Totale 38 Valutazioni |
| Sviluppatore | https://fouad.co |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://fouad.co/tablight/ |
| URL della Pagina di Aiuto | https://github.com/fouad/chrome-tablight/issues |
| Lingue Supportate | 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"
]
} | |