Naver Dictionary
Simple Korean-English dictionary
Naver Dictionaryคืออะไร?
Naver Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smoon.me และคุณลักษณะหลักของมันคือ "Simple Korean-English dictionary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Naver Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย Naver Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A fast and lightweight Korean-English Dictionary. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | iebgplehjilbpnjpgoppolpicfledbme |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/naver-dictionary/iebgplehjilbpnjpgoppolpicfledbme |
| คำอธิบาย | Simple Korean-English dictionary |
| ขนาดไฟล์ | 30.19 KB |
| จำนวนการติดตั้ง | 454 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2023-11-02 |
| วันที่เผยแพร่ | 2018-08-24 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://smoon.me |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"description": "Simple Korean-English dictionary",
"name": "Naver Dictionary",
"version": "1.0.1",
"action": {
"default_popup": "index.html",
"default_icon": "icon128.png"
},
"host_permissions": [
"https:\/\/*.naver.com\/"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "[email protected]"
} | |