Select To Highlight

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

Wat is Select To Highlight?

Select To Highlight is een Chrome-extensie ontwikkeld door qsqiu, en de belangrijkste functie is "Allow you to highlight the words in the web pages that are the same as your selection.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Select To Highlight

Download Select To Highlight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Officiële URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Beschrijving Allow you to highlight the words in the web pages that are the same as your selection.
Bestandsgrootte 37.04 KB
Aantal Installaties 244
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-02-13
Publicatiedatum 2017-02-13
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar qsqiu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/QS20199/SelectToHighlight
Ondersteunde Talen 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"
    }
}