Greek/Latin Word Lookup

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

What is Greek/Latin Word Lookup?

Greek/Latin Word Lookup is a Chrome extension developed by Greek Latin Word Lookup, and its main feature is "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Greek/Latin Word Lookup Extension CRX File

Download Greek/Latin Word Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
Official URL 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.
File Size 49.58 KB
Installation Count 66
Current Version 0.0.0.7
Last Updated 2021-10-09
Publish Date 2021-04-13
Rating 5.00/5 Total 1 Ratings
Developer Greek Latin Word Lookup
Email [email protected]
Payment Type free
Extension Website https://github.com/kailee-p/greek-latin-word-lookup
Help Page URL https://github.com/kailee-p/greek-latin-word-lookup
Supported Languages 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"
    }
}