Tab Search
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
Tab Searchとは何ですか?
Tab SearchはTab Search Extensionによって開発されたChromeの拡張機能で、その主な機能は「Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.」です。
拡張機能のスクリーンショット
Tab Search拡張機能のCRXファイルをダウンロード
Tab Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles. Ctrl/Cmd+. shortcut opens Tab Search popup. Use arrow keys to navigate the tabs and Enter to switch to the chosen tab. The default keyboard shortcuts could be customized in chrome://extensions/shortcuts. Changes in Tab Search 0.3 - Searching across tabs in all windows (as requested by many users) - Changing default shortcut to Ctrl/Cmd+. since the previous one was tampering with Google Docs and Quip functionality.
拡張機能の基本情報
名前 | Tab Search |
ID | mgfejaiakfkkipbelelkcfbimnfjhebn |
公式URL | https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn |
説明 | Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+. |
ファイルサイズ | 16.15 KB |
インストール数 | 7,128 |
現在のバージョン | 0.3 |
最終更新日 | 2020-01-21 |
公開日 | 2020-01-21 |
評価 | 3.89/5 合計 38 レビュー |
開発者 | Tab Search Extension |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "__MSG_description__", "default_locale": "en", "version": "0.3", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_tabsearch_button_details__" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl + Period" }, "description": "Open Tab Search" } } } |