Search Phrase Highlighter

This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…

O que é Search Phrase Highlighter?

Search Phrase Highlighter é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search Phrase Highlighter

Baixe arquivos de extensão Search Phrase Highlighter 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

                        This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search phrases

1. Multiple search highlights on the specified URL
2. Can be very helpful for applications that want to show relevant webpages                    

Informações Básicas da Extensão

Nome Search Phrase Highlighter Search Phrase Highlighter
ID ejpflmmelmdecnpheiohbgceniiigbpi
URL Oficial https://chromewebstore.google.com/detail/search-phrase-highlighter/ejpflmmelmdecnpheiohbgceniiigbpi
Descrição This plugin will automatically highlight content of a web page given a URL and a query parameter with comma separated search…
Tamanho do Arquivo 48.43 KB
Contagem de Instalações 17
Versão Atual 0.1
Última Atualização 2017-07-11
Data de Publicação 2017-07-06
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://nandukalidindi.github.io
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Phrase Highlighter",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "jquery.mark.min.js",
                "highlighter.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}