NAVER Dictionary - Right Click Context Menu
Adds right click menu for NAVER Dictionary
NAVER Dictionary - Right Click Context Menuคืออะไร?
NAVER Dictionary - Right Click Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jimmy Ly และคุณลักษณะหลักของมันคือ "Adds right click menu for NAVER Dictionary"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NAVER Dictionary - Right Click Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย NAVER Dictionary - Right Click Context Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds right click menu for NAVER Dictionary ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lleedlmnoojfhnkaecmgkhemapcgpppl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl |
| คำอธิบาย | Adds right click menu for NAVER Dictionary |
| ขนาดไฟล์ | 13.24 KB |
| จำนวนการติดตั้ง | 5,081 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2020-06-07 |
| วันที่เผยแพร่ | 2020-06-06 |
| คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | Jimmy Ly |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NAVER Dictionary - Right Click Context Menu",
"description": "Adds right click menu for NAVER Dictionary",
"version": "0.2",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"sample.js"
]
},
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.png",
"128": "icon-large.png"
}
} | |