Word Highlighter

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

Vad är Word Highlighter?

Word Highlighter är en Chrome-tillägg utvecklad av Bleeding Edge, och dess huvudfunktion är "Highlight similar words on the page. (on double tap/click)".

Tilläggsskärmbilder

screenshot

Ladda ner Word Highlighter-förlängningens CRX-fil

Ladda ner Word Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Word Highlighter Word Highlighter
ID hhklogggdjdonnoldcekmhkdifjapggo
Officiell webbadress https://chromewebstore.google.com/detail/word-highlighter/hhklogggdjdonnoldcekmhkdifjapggo
Beskrivning Highlight similar words on the page. (on double tap/click)
Filstorlek 14.27 KB
Antal Installationer 1,672
Aktuell Version 1.6
Senast Uppdaterad 2022-04-14
Publiceringsdatum 2016-11-24
Betyg 3.78/5 Totalt 18 Betyg
Utvecklare Bleeding Edge
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}