Select To Highlight

Allow you to highlight the words in the web pages that are the same as your selection.

Hvad er Select To Highlight?

Select To Highlight er en Chrome-udvidelse udviklet af qsqiu, og dens hovedfunktion er "Allow you to highlight the words in the web pages that are the same as your selection.".

Udvidelsesskærmbilleder

screenshot

Download Select To Highlight-udvidelses-CRX-fil

Download Select To Highlight-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Allow you to highlight the words in the web pages that are the same as your selection.                    

Grundlæggende oplysninger om udvidelsen

Navn Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Officiel URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Beskrivelse Allow you to highlight the words in the web pages that are the same as your selection.
Filstørrelse 37.04 KB
Antal Installationer 244
Nuværende Version 1.0.4
Senest Opdateret 2017-02-13
Udgivelsesdato 2017-02-13
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler qsqiu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/QS20199/SelectToHighlight
Understøttede Sprog zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select To Highlight",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Allow you to highlight the words in the web pages that are the same as your selection.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Select To Highlight",
        "default_icon": "icon_128.png"
    }
}