Highlight all on dblclick

Highlight all words in websites with one doubleclick

O que é Highlight all on dblclick?

Highlight all on dblclick é uma extensão do Chrome desenvolvida por Trinitas, e sua principal característica é "Highlight all words in websites with one doubleclick".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Highlight all on dblclick

Baixe arquivos de extensão Highlight all on dblclick 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

                        Highlight all words in websites with one double click.

1: Click the icon so it becoms green, now it's ready. 
2: Go to some page and double click a word, it will become hightlighted and the rest matching words.
3: Click icon again so it becoms red to erase all highlighted words. 

!!! Only tested in Chrome and dosen't work in all websites !!!
Enjoy                    

Informações Básicas da Extensão

Nome Highlight all on dblclick Highlight all on dblclick
ID ibbikoelnlhphegnjbojfeokpcneaohg
URL Oficial https://chrome.google.com/webstore/detail/highlight-all-on-dblclick/ibbikoelnlhphegnjbojfeokpcneaohg
Descrição Highlight all words in websites with one doubleclick
Tamanho do Arquivo 87.89 KB
Contagem de Instalações 559
Versão Atual 0.2
Última Atualização 2016-11-06
Data de Publicação 2016-11-06
Classificação 3.95/5 Total de 19 Avaliações
Desenvolvedor Trinitas
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight all on dblclick",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Highlight all words in websites with one doubleclick",
    "icons": {
        "16": "img\/highlight16.png",
        "128": "img\/highlight128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/highlight.js"
            ]
        }
    ],
    "minimum_chrome_version": "20",
    "permissions": [
        "windows",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}