Greek/Latin Word Lookup

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

Co je Greek/Latin Word Lookup?

Greek/Latin Word Lookup je rozšíření Chrome vyvinuté Greek Latin Word Lookup, a jeho hlavní funkcí je „Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Greek/Latin Word Lookup

Stáhněte si soubory rozšíření Greek/Latin Word Lookup ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Oficiální URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Popis Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Velikost souboru 49.58 KB
Počet instalací 66
Aktuální Verze 0.0.0.7
Poslední Aktualizace 2021-10-09
Datum Vydání 2021-04-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Greek Latin Word Lookup
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/kailee-p/greek-latin-word-lookup
URL Stránky Nápovědy https://github.com/kailee-p/greek-latin-word-lookup
Podporované Jazyky 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"
    }
}