Word Highlighter

Highlight similar words on the page. (on double tap/click)

Cos'è Word Highlighter?

Word Highlighter è un'estensione di Chrome sviluppata da Bleeding Edge, e la sua funzione principale è "Highlight similar words on the page. (on double tap/click)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Highlighter

Scarica i file di estensione Word Highlighter 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

                        Highlight similar words on the page. (on double tap/click)

Avoids all the extra Ctrl+F/command+F or whatever it is required in your OS (:-P) for performing search for text in the webpage.

Just select the text in the page, plugin automatically highlights similar texts on the page!

Note that, it's still in beta stage of development. Sometimes might give erroneous outputs/selections.
Refrain from installing if you do lots of code copy pastes etc                    

Informazioni di Base sull'Estensione

Nome Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
URL Ufficiale https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
Descrizione Highlight similar words on the page. (on double tap/click)
Dimensione del File 14.27 KB
Conteggio Installazioni 1,672
Versione Corrente 1.6
Ultimo Aggiornamento 2022-04-14
Data di Pubblicazione 2016-11-24
Valutazione 3.78/5 Totale 18 Valutazioni
Sviluppatore Bleeding Edge
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Highlighter",
    "short_name": "Word Highlighter",
    "description": "Highlight similar words on the page. (on double tap\/click)",
    "version": "1.6",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "highlighter.min.js"
            ],
            "css": [
                "highlighter.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        ""
    ]
}