Select To Highlight

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

Qu'est-ce que Select To Highlight ?

Select To Highlight est une extension Chrome développée par qsqiu, et sa fonction principale est "Allow you to highlight the words in the web pages that are the same as your selection.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Select To Highlight

Téléchargez les fichiers d'extension Select To Highlight 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

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

Informations de Base sur l'Extension

Nom Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Officiel https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Description Allow you to highlight the words in the web pages that are the same as your selection.
Taille du Fichier 37.04 KB
Nombre d'Installations 244
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-02-13
Date de Publication 2017-02-13
Évaluation 5.00/5 Total 7 Évaluations
Développeur qsqiu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/QS20199/SelectToHighlight
Langues Prises en Charge 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"
    }
}