Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Was ist Tab Search?
Tab Search ist eine Chrome-Erweiterung, die von Christopher Woodall entwickelt wurde, und ihr Hauptmerkmal ist "Type 'tab' into the omni-bar to auto search tabs.".
Erweiterungsscreenshots
Tab Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Search-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
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
Offizielle URL | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
Beschreibung | Type 'tab' into the omni-bar to auto search tabs. |
Dateigröße | 17.01 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-02-01 |
Veröffentlichungsdatum | 2015-02-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Christopher Woodall |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |