Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Vad är Tab Search?
Tab Search är en Chrome-tillägg utvecklad av Christopher Woodall, och dess huvudfunktion är "Type 'tab' into the omni-bar to auto search tabs.".
Tilläggsskärmbilder
Ladda ner Tab Search-förlängningens CRX-fil
Ladda ner Tab Search-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
Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab. Grundläggande Information om Tillägg
| Namn | |
| ID | pnpaghglijhcifnapcejommkplmmiaga |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
| Beskrivning | Type 'tab' into the omni-bar to auto search tabs. |
| Filstorlek | 17.01 KB |
| Antal Installationer | 16 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-02-01 |
| Publiceringsdatum | 2015-02-01 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Christopher Woodall |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Search",
"description": "Type 'tab' into the omni-bar to auto search tabs.",
"version": "1.0",
"omnibox": {
"keyword": "tab"
},
"icons": {
"16": "app\/assets\/img\/logo16.png",
"48": "app\/assets\/img\/logo48.png",
"128": "app\/assets\/img\/logo128.png"
},
"background": {
"persistent": false,
"scripts": [
"app\/BackgroundScript.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |