Google Tab Select

Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…

Google Tab Select là gì?

Google Tab Select là một tiện ích mở rộng Chrome được phát triển bởi ssh, và tính năng chính của nó là "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".

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

Tải xuống các tệp mở rộng Google Tab Select 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

                        Use the tab key to navigate through Google search results much more efficiently.

This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature.

The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.                    

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

Tên Google Tab Select Google Tab Select
ID mblfjbikliogabdaihjimkncpmcepepe
URL Chính Thức https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe
Mô tả Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Kích Thước Tệp 9.99 KB
Số Lần Cài Đặt 9
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-04-19
Ngày Phát Hành 2018-04-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ssh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Tab Select",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/google-tab128.png"
    },
    "icons": {
        "48": "images\/google-tab48.png",
        "128": "images\/google-tab128.png"
    },
    "content_scripts": [
        {
            "js": [
                "google-tab.js"
            ],
            "css": [
                "google-tab.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ]
        }
    ]
}