Hiliter

Highlights some words on webpages, using internal customizable dictionary.

Hiliter là gì?

Hiliter là một tiện ích mở rộng Chrome được phát triển bởi orleanz, và tính năng chính của nó là "Highlights some words on webpages, using internal customizable dictionary.".

Ả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 Hiliter

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

                        Use this tool when you want some words to be highlighted on any web page you visit, by dotted underline, based on internal customizable dictionary. This tool has builtin support for three East Slavic Languages - Russian, Ukranian and Belorussian. You can add your own languages too, via settings.                    

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

Tên Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
URL Chính Thức https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Mô tả Highlights some words on webpages, using internal customizable dictionary.
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-04-27
Ngày Phát Hành 2015-04-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển orleanz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hiliter",
    "description": "Highlights some words on webpages, using internal customizable dictionary.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "events.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}