Highlight All Occurrences

Hold CTRL and select a text to highlight all occurrences of the text on entire page

O que é Highlight All Occurrences?

Highlight All Occurrences é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Hold CTRL and select a text to highlight all occurrences of the text on entire page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Highlight All Occurrences

Baixe arquivos de extensão Highlight All Occurrences 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

                        version 1.6:
- hotfix

version 1.5:
- refreshed icon

version 1.4:
- Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F

version 1.3:
- Fixed bugs introduced in version 1.2

version 1.2:
- Fixed problem with locked CTRL key
- Fixed problem with re-highlighting the same text
- Added support for macOS                    

Informações Básicas da Extensão

Nome Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
URL Oficial https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
Descrição Hold CTRL and select a text to highlight all occurrences of the text on entire page
Tamanho do Arquivo 53.4 KB
Contagem de Instalações 1,279
Versão Atual 1.6
Última Atualização 2018-10-09
Data de Publicação 2018-10-09
Classificação 3.72/5 Total de 18 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://radkoncy.wordpress.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight All Occurrences",
    "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "32": "ico32.png",
        "48": "ico48.png"
    },
    "version": "1.6",
    "browser_action": {
        "default_icon": {
            "19": "ico19.png",
            "38": "ico38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.js",
                "jquery.highlight-5.js",
                "selection.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ]
}