HighLight Search

Highlight a word and immediately get its definition!

HighLight Search là gì?

HighLight Search là một tiện ích mở rộng Chrome được phát triển bởi kkatongo, và tính năng chính của nó là "Highlight a word and immediately get its definition!".

Ả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 HighLight Search

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

                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                    

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

Tên HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
URL Chính Thức https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
Mô tả Highlight a word and immediately get its definition!
Kích Thước Tệp 1.11 MB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-06-19
Ngày Phát Hành 2016-06-18
Nhà Phát Triển kkatongo
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": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}