Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

Wikitionary word definition lookupคืออะไร?

Wikitionary word definition lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashok Koyi และคุณลักษณะหลักของมันคือ "Right Click to lookup definition of selected word in a new Tab using Wikitionary"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikitionary word definition lookup

ดาวน์โหลดไฟล์ส่วนขยาย Wikitionary word definition lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
คำอธิบาย Right Click to lookup definition of selected word in a new Tab using Wikitionary
ขนาดไฟล์ 13.59 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-10-15
วันที่เผยแพร่ 2021-10-15
ผู้พัฒนา Ashok Koyi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/thekalinga/right-click-wiktionary
URL หน้าช่วยเหลือ https://github.com/thekalinga/right-click-wiktionary/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikitionary word definition lookup",
    "version": "0.1.0",
    "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}