Greek/Latin Word Lookup

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

Qu'est-ce que Greek/Latin Word Lookup ?

Greek/Latin Word Lookup est une extension Chrome développée par Greek Latin Word Lookup, et sa fonction principale est "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Greek/Latin Word Lookup

Téléchargez les fichiers d'extension Greek/Latin Word Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
URL Officiel https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Description Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Taille du Fichier 49.58 KB
Nombre d'Installations 66
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2021-10-09
Date de Publication 2021-04-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Greek Latin Word Lookup
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kailee-p/greek-latin-word-lookup
URL de la Page d'Aide https://github.com/kailee-p/greek-latin-word-lookup
Langues Prises en Charge 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"
    }
}