Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

O que é Hightlight to Search Faster?

Hightlight to Search Faster é uma extensão do Chrome desenvolvida por MI, e sua principal característica é "Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hightlight to Search Faster

Baixe arquivos de extensão Hightlight to Search Faster 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

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

Informações Básicas da Extensão

Nome Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
URL Oficial https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
Descrição Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
Tamanho do Arquivo 10.63 KB
Contagem de Instalações 221
Versão Atual 0.0.2
Última Atualização 2014-10-29
Data de Publicação 2014-10-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor MI
Tipo de Pagamento free
Site da Extensão http://blendedway.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}