Google search tab fixer

Allows users to cycle through google search results by pressing the tab key.

Google search tab fixer là gì?

Google search tab fixer là một tiện ích mở rộng Chrome được phát triển bởi Sam, và tính năng chính của nó là "Allows users to cycle through google search results by pressing the tab key.".

Ả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 Google search tab fixer

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

                        This small extension brings familiar tab functionality back to the google search results page. Press tab once to go to the top result, or multiple times to cycle through the search results. Press enter on any result to view that result.                    

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

Tên Google search tab fixer Google search tab fixer
ID hggbelpbiemgfkdhofjeajpgnoieogmg
URL Chính Thức https://chromewebstore.google.com/detail/google-search-tab-fixer/hggbelpbiemgfkdhofjeajpgnoieogmg
Mô tả Allows users to cycle through google search results by pressing the tab key.
Kích Thước Tệp 20.04 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2016-07-15
Ngày Phát Hành 2016-07-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sam
Loại Thanh Toán free
Trang Web Mở Rộng http://www.101drum.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google search tab fixer",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Allows users to cycle through google search results by pressing the tab key.",
    "homepage_url": "http:\/\/101drum.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "*:\/\/*\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}