Tab Search
Type 'tab' into the omni-bar to auto search tabs.
什麼是Tab Search?
Tab Search是由Christopher Woodall開發的Chrome擴展程式,該擴展的主要功能是“Type 'tab' into the omni-bar to auto search tabs.”。
擴展截圖
下載Tab Search擴展crx文件
下載Tab Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
官方網址 | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
簡介 | Type 'tab' into the omni-bar to auto search tabs. |
檔案大小 | 17.01 KB |
安裝次數 | 16 |
目前版本 | 1.0 |
更新時間 | 2015-02-01 |
上架時間 | 2015-02-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Christopher Woodall |
付費類型 | free |
支援的語言 | 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:\/\/*\/*" ] } |