ESV Context Search

This extension adds a context menu to search the ESVBible.org site with selected text.

Cos'è ESV Context Search?

ESV Context Search è un'estensione di Chrome sviluppata da Richie, e la sua funzione principale è "This extension adds a context menu to search the ESVBible.org site with selected text.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ESV Context Search

Scarica i file di estensione ESV Context 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

                                            

Informazioni di Base sull'Estensione

Nome ESV Context Search ESV Context Search
ID adgbiebneebkejegnebimeflfkofcalj
URL Ufficiale https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj
Descrizione This extension adds a context menu to search the ESVBible.org site with selected text.
Dimensione del File 4.08 KB
Conteggio Installazioni 684
Versione Corrente 1.0
Ultimo Aggiornamento 2013-01-17
Data di Pubblicazione 2013-01-17
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Richie
Tipo di Pagamento free
Lingue Supportate
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESV Context Search",
    "description": "This extension adds a context menu to search the ESVBible.org site with selected text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "ESVsearch.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "ESV-logo-color_tiny.png"
    }
}