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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}