Greek/Latin Word Lookup

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

Wat is Greek/Latin Word Lookup?

Greek/Latin Word Lookup is een Chrome-extensie ontwikkeld door Greek Latin Word Lookup, en de belangrijkste functie is "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Greek/Latin Word Lookup

Download Greek/Latin Word Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Officiële URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Beschrijving Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Bestandsgrootte 49.58 KB
Aantal Installaties 66
Huidige Versie 0.0.0.7
Laatst Bijgewerkt 2021-10-09
Publicatiedatum 2021-04-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Greek Latin Word Lookup
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kailee-p/greek-latin-word-lookup
Help Pagina-URL https://github.com/kailee-p/greek-latin-word-lookup
Ondersteunde Talen 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"
    }
}