Greek/Latin Word Lookup

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

Was ist Greek/Latin Word Lookup?

Greek/Latin Word Lookup ist eine Chrome-Erweiterung, die von Greek Latin Word Lookup entwickelt wurde, und ihr Hauptmerkmal ist "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Greek/Latin Word Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Greek/Latin Word Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Offizielle URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Beschreibung Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Dateigröße 49.58 KB
Installationsanzahl 66
Aktuelle Version 0.0.0.7
Letztes Update 2021-10-09
Veröffentlichungsdatum 2021-04-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Greek Latin Word Lookup
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kailee-p/greek-latin-word-lookup
Hilfeseite URL https://github.com/kailee-p/greek-latin-word-lookup
Unterstützte Sprachen 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"
    }
}