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+.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Tab Search
ID mgfejaiakfkkipbelelkcfbimnfjhebn
官方網址 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
電子郵箱 [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"
        }
    }
}