Highlight All Occurrences

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

Cos'è Highlight All Occurrences?

Highlight All Occurrences è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Hold CTRL and select a text to highlight all occurrences of the text on entire page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Highlight All Occurrences

Scarica i file di estensione Highlight All Occurrences in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Highlight All Occurrences Highlight All Occurrences
ID odhbnpahcahiihjfkmdnnallndmmibpk
URL Ufficiale https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk
Descrizione Hold CTRL and select a text to highlight all occurrences of the text on entire page
Dimensione del File 53.4 KB
Conteggio Installazioni 1,279
Versione Corrente 1.6
Ultimo Aggiornamento 2018-10-09
Data di Pubblicazione 2018-10-09
Valutazione 3.72/5 Totale 18 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://radkoncy.wordpress.com/
Lingue Supportate 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
        }
    ]
}