Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Wat is Tab Search?
Tab Search is een Chrome-extensie ontwikkeld door Christopher Woodall, en de belangrijkste functie is "Type 'tab' into the omni-bar to auto search tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Search
Download Tab Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pnpaghglijhcifnapcejommkplmmiaga |
| Officiële URL | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
| Beschrijving | Type 'tab' into the omni-bar to auto search tabs. |
| Bestandsgrootte | 17.01 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-02-01 |
| Publicatiedatum | 2015-02-01 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Christopher Woodall |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |