Where is my tab?
Search in tabs.
Where is my tab?とは何ですか?
Where is my tab?はMichal Fabryによって開発されたChromeの拡張機能で、その主な機能は「Search in tabs.」です。
拡張機能のスクリーンショット
Where is my tab?拡張機能のCRXファイルをダウンロード
Where is my tab?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
拡張機能の基本情報
名前 | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
公式URL | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
説明 | Search in tabs. |
ファイルサイズ | 35.11 KB |
インストール数 | 67 |
現在のバージョン | 1.1 |
最終更新日 | 2013-02-21 |
公開日 | 2013-02-21 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Michal Fabry |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/furbos/where-is-my-tab |
ヘルプページのURL | https://github.com/furbos/where-is-my-tab/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |