Greek/Latin Word Lookup

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

Greek/Latin Word Lookup क्या है?

Greek/Latin Word Lookup Greek Latin Word Lookup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Greek/Latin Word Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
आधिकारिक URL https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
विवरण Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
फ़ाइल का आकार 49.58 KB
स्थापना संख्या 66
वर्तमान संस्करण 0.0.0.7
अंतिम अपडेट 2021-10-09
प्रकाशन तिथि 2021-04-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Greek Latin Word Lookup
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kailee-p/greek-latin-word-lookup
सहायता पृष्ठ URL https://github.com/kailee-p/greek-latin-word-lookup
समर्थित भाषाएँ 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"
    }
}