Search Quick

Google SearchQuick automatically opens the search results of a Google Search in new tabs

Search Quick là gì?

Search Quick là một tiện ích mở rộng Chrome được phát triển bởi Vignesh, và tính năng chính của nó là "Google SearchQuick automatically opens the search results of a Google Search in new tabs".

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

screenshot
screenshot
screenshot

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

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

                        Google SearchQuick is a browser add-on that opens the predetermined number of search results that are returned on a Google search in separate tabs at the click of a single button.  This extension works on all Google domains.

The number of results that need to be opened can be defined in the Options. By default three results are opened. This can be set to a maximum of 8.


Points to remember:
1)Please wait for the Google results page to be completely loaded before clicking on the extension icon.
2)Doesn’t work on secured Google connections (https:\\)


Please reach me on [email protected] with your feedback.                    

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

Tên Search Quick Search Quick
ID chnnajbjipfainfepeoiblbpmajdnkpn
URL Chính Thức https://chromewebstore.google.com/detail/search-quick/chnnajbjipfainfepeoiblbpmajdnkpn
Mô tả Google SearchQuick automatically opens the search results of a Google Search in new tabs
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2012-10-17
Ngày Phát Hành 2012-10-17
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Vignesh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Quick",
    "version": "0.3",
    "description": "Google SearchQuick automatically opens the search results of a Google Search in new tabs",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "Google.png",
        "48": "Google.png",
        "128": "Google.png"
    },
    "browser_action": {
        "default_icon": "Google.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-1.6.1.min.js",
                "urlcatch.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}