HighLight Search

Highlight a word and immediately get its definition!

Cos'è HighLight Search?

HighLight Search è un'estensione di Chrome sviluppata da kkatongo, e la sua funzione principale è "Highlight a word and immediately get its definition!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HighLight Search

Scarica i file di estensione HighLight Search 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

                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                    

Informazioni di Base sull'Estensione

Nome HighLight Search HighLight Search
ID fjdfnldionchjgjaphkfinfgaegokeaf
URL Ufficiale https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf
Descrizione Highlight a word and immediately get its definition!
Dimensione del File 1.11 MB
Conteggio Installazioni 48
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-06-19
Data di Pubblicazione 2016-06-18
Sviluppatore kkatongo
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}