HighLight Search

Highlight a word and immediately get its definition!

O que é HighLight Search?

HighLight Search é uma extensão do Chrome desenvolvida por kkatongo, e sua principal característica é "Highlight a word and immediately get its definition!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HighLight Search

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

                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                    

Informações Básicas da Extensão

Nome HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
URL Oficial https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
Descrição Highlight a word and immediately get its definition!
Tamanho do Arquivo 1.11 MB
Contagem de Instalações 48
Versão Atual 0.0.1
Última Atualização 2016-06-19
Data de Publicação 2016-06-18
Desenvolvedor kkatongo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}