Tablight
Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.
Vad är Tablight?
Tablight är en Chrome-tillägg utvecklad av https://fouad.co, och dess huvudfunktion är "Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs.".
Tilläggsskärmbilder
Ladda ner Tablight-förlängningens CRX-fil
Ladda ner Tablight-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | clenlcdnkhcmilhodbibgldkmldgpboi |
| Officiell webbadress | https://chromewebstore.google.com/detail/tablight/clenlcdnkhcmilhodbibgldkmldgpboi |
| Beskrivning | Hot key (Cmd/Ctrl + O) that pulls up spotlight-like interface for open tabs. |
| Filstorlek | 15.12 KB |
| Antal Installationer | 886 |
| Aktuell Version | 0.0.7 |
| Senast Uppdaterad | 2015-01-21 |
| Publiceringsdatum | 2015-01-21 |
| Betyg | 2.11/5 Totalt 38 Betyg |
| Utvecklare | https://fouad.co |
| Betalningssätt | free |
| Tilläggswebbplats | https://fouad.co/tablight/ |
| Hjälpsida URL | https://github.com/fouad/chrome-tablight/issues |
| Stödda Språk | 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"
]
} | |