Select To Highlight

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

Cos'è Select To Highlight?

Select To Highlight è un'estensione di Chrome sviluppata da qsqiu, e la sua funzione principale è "Allow you to highlight the words in the web pages that are the same as your selection.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Select To Highlight

Scarica i file di estensione Select To Highlight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Select To Highlight Select To Highlight
ID nlkglnimijpjdeicbdaedledknafciha
URL Ufficiale https://chromewebstore.google.com/detail/select-to-highlight/nlkglnimijpjdeicbdaedledknafciha
Descrizione Allow you to highlight the words in the web pages that are the same as your selection.
Dimensione del File 37.04 KB
Conteggio Installazioni 244
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore qsqiu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/QS20199/SelectToHighlight
Lingue Supportate 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"
    }
}