Instant Search

Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.

Instant Search là gì?

Instant Search là một tiện ích mở rộng Chrome được phát triển bởi amilagm, và tính năng chính của nó là "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.".

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

screenshot
screenshot

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

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

                        This extension lets you run an instant google search from the current page you are viewing.

Just highlight the text that you want to search and click the search icon shown next to the highlighted text. 
Then A popup window will appear with the google search results. 

Your comments are always welcome.                    

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

Tên Instant Search Instant Search
ID ldelfnbfmfpamgcanbnoonnblifbjihh
URL Chính Thức https://chromewebstore.google.com/detail/instant-search/ldelfnbfmfpamgcanbnoonnblifbjihh
Mô tả Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.
Kích Thước Tệp 19 KB
Số Lần Cài Đặt 434
Phiên Bản Hiện Tại 1.0.1.2
Cập Nhật Lần Cuối 2013-11-23
Ngày Phát Hành 2013-11-23
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển amilagm
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": "Instant Search",
    "version": "1.0.1.2",
    "description": "Instant google serarch from the current page. Highlight the text and click the search icon. Search results will be shown in a popup.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "searchup.css"
            ],
            "js": [
                "searchup.js"
            ]
        }
    ]
}