Greek/Latin Word Lookup

Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.

Cos'è Greek/Latin Word Lookup?

Greek/Latin Word Lookup è un'estensione di Chrome sviluppata da Greek Latin Word Lookup, e la sua funzione principale è "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Greek/Latin Word Lookup

Scarica i file di estensione Greek/Latin Word Lookup 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

                        This lightweight extension allows you to quickly look up the definitions of Greek and Latin words directly in the browser using Perseus Digital Library.                    

Informazioni di Base sull'Estensione

Nome Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
URL Ufficiale https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Descrizione Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Dimensione del File 49.58 KB
Conteggio Installazioni 66
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2021-10-09
Data di Pubblicazione 2021-04-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Greek Latin Word Lookup
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kailee-p/greek-latin-word-lookup
URL della Pagina di Aiuto https://github.com/kailee-p/greek-latin-word-lookup
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greek\/Latin Word Lookup",
    "description": "Look up definitions of Greek\/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.",
    "version": "0.0.0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Greek\/Latin Word Lookup"
    }
}