Tab Search
Type 'tab' into the omni-bar to auto search tabs.
Hvad er Tab Search?
Tab Search er en Chrome-udvidelse udviklet af Christopher Woodall, og dens hovedfunktion er "Type 'tab' into the omni-bar to auto search tabs.".
Udvidelsesskærmbilleder
Download Tab Search-udvidelses-CRX-fil
Download Tab Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
Officiel URL | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
Beskrivelse | Type 'tab' into the omni-bar to auto search tabs. |
Filstørrelse | 17.01 KB |
Antal Installationer | 16 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-02-01 |
Udgivelsesdato | 2015-02-01 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Christopher Woodall |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |