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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Greek/Latin Word Lookup

قم بتنزيل ملفات الامتداد Greek/Latin Word Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}