Hiliter

Highlights some words on webpages, using internal customizable dictionary.

什么是Hiliter?

Hiliter是由orleanz开发的Chrome扩展程序,该扩展的主要功能是“Highlights some words on webpages, using internal customizable dictionary.”。

扩展截图

screenshot

下载Hiliter扩展crx文件

下载Hiliter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
官方URL https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
简介 Highlights some words on webpages, using internal customizable dictionary.
文件大小 170 KB
安装次数 40
当前版本 1.2
更新时间 2015-04-27
上架时间 2015-04-27
评分 5.00/5 共1次评分
开发者 orleanz
付费类型 free
支持的语言 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"
    }
}