Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

O que é Select To Highlight?

Select To Highlight é uma extensão do Chrome desenvolvida por qsqiu, e sua principal característica é "Allow you to highlight the words in the web pages that are the same as your selection.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Select To Highlight

Baixe arquivos de extensão Select To Highlight 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

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Informações Básicas da Extensão

Nome Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Oficial https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Descrição Allow you to highlight the words in the web pages that are the same as your selection.
Tamanho do Arquivo 37.04 KB
Contagem de Instalações 244
Versão Atual 1.0.4
Última Atualização 2017-02-13
Data de Publicação 2017-02-13
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor qsqiu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/QS20199/SelectToHighlight
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}