Word Highlighter

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

Qu'est-ce que Word Highlighter ?

Word Highlighter est une extension Chrome développée par Bleeding Edge, et sa fonction principale est "Highlight similar words on the page. (on double tap/click)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word Highlighter

Téléchargez les fichiers d'extension Word Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
URL Officiel https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
Description Highlight similar words on the page. (on double tap/click)
Taille du Fichier 14.27 KB
Nombre d'Installations 1,672
Version Actuelle 1.6
Dernière Mise à Jour 2022-04-14
Date de Publication 2016-11-24
Évaluation 3.78/5 Total 18 Évaluations
Développeur Bleeding Edge
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}