Select To Highlight

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

Was ist Select To Highlight?

Select To Highlight ist eine Chrome-Erweiterung, die von qsqiu entwickelt wurde, und ihr Hauptmerkmal ist "Allow you to highlight the words in the web pages that are the same as your selection.".

Erweiterungsscreenshots

screenshot

Select To Highlight-Erweiterungs-CRX-Datei herunterladen

Laden Sie Select To Highlight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
Offizielle URL https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Beschreibung Allow you to highlight the words in the web pages that are the same as your selection.
Dateigröße 37.04 KB
Installationsanzahl 244
Aktuelle Version 1.0.4
Letztes Update 2017-02-13
Veröffentlichungsdatum 2017-02-13
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler qsqiu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/QS20199/SelectToHighlight
Unterstützte Sprachen 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"
    }
}