Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Was ist Tablight?
Tablight ist eine Chrome-Erweiterung, die von https://fouad.co entwickelt wurde, und ihr Hauptmerkmal ist "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.".
Erweiterungsscreenshots
Tablight-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tablight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clenlcdnkhcmilhodbibgldkmldgpboi |
| Offizielle URL | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
| Beschreibung | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
| Dateigröße | 15.12 KB |
| Installationsanzahl | 886 |
| Aktuelle Version | 0.0.7 |
| Letztes Update | 2015-01-21 |
| Veröffentlichungsdatum | 2015-01-21 |
| Bewertung | 2.11/5 Insgesamt 38 Bewertungen |
| Entwickler | https://fouad.co |
| Zahlungsart | free |
| Erweiterungswebsite | https://fouad.co/tablight/ |
| Hilfeseite URL | https://github.com/fouad/chrome-tablight/issues |
| Unterstützte Sprachen | 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"
]
} | |