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 |
公式URL | 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:\/\/*\/*" ] } |