Tab Search

Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.

Tab Search là gì?

Tab Search là một tiện ích mở rộng Chrome được phát triển bởi Tab Search Extension, và tính năng chính của nó là "Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Search

Tải xuống các tệp mở rộng Tab Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Search Tab Search
ID mgfejaiakfkkipbelelkcfbimnfjhebn
URL Chính Thức https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn
Mô tả Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
Kích Thước Tệp 16.15 KB
Số Lần Cài Đặt 7,128
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-01-21
Ngày Phát Hành 2020-01-21
Đánh Giá 3.89/5 Tổng số 38 Đánh Giá
Nhà Phát Triển Tab Search Extension
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}