Hiliter

Highlights some words on webpages, using internal customizable dictionary.

O que é Hiliter?

Hiliter é uma extensão do Chrome desenvolvida por orleanz, e sua principal característica é "Highlights some words on webpages, using internal customizable dictionary.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hiliter

Baixe arquivos de extensão Hiliter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
URL Oficial https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
Descrição Highlights some words on webpages, using internal customizable dictionary.
Tamanho do Arquivo 170 KB
Contagem de Instalações 40
Versão Atual 1.2
Última Atualização 2015-04-27
Data de Publicação 2015-04-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor orleanz
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}