Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Hightlight to Search Faster là gì?

Hightlight to Search Faster là một tiện ích mở rộng Chrome được phát triển bởi MI, và tính năng chính của nó là "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

Ả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 Hightlight to Search Faster

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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

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

Tên Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
URL Chính Thức https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Mô tả Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
Kích Thước Tệp 10.63 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-10-29
Ngày Phát Hành 2014-10-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển MI
Loại Thanh Toán free
Trang Web Mở Rộng http://blendedway.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}