Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Tab Focus through Google Search Results là gì?

Tab Focus through Google Search Results là một tiện ích mở rộng Chrome được phát triển bởi szupie, và tính năng chính của nó là "Use the tab key to navigate through Google search results".

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

screenshot

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

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

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

Tên Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
URL Chính Thức https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Mô tả Use the tab key to navigate through Google search results
Kích Thước Tệp 4.46 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2018-11-12
Ngày Phát Hành 2018-11-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển szupie
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/szupie/tab-focus-google
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}