Japanese Lookup
Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
Japanese Lookupคืออะไร?
Japanese Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kikoogay และคุณลักษณะหลักของมันคือ "Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Japanese Lookup
ดาวน์โหลดไฟล์ส่วนขยาย Japanese Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbhllkgiacahnliofkgimjndkgbhfibf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/japanese-lookup/nbhllkgiacahnliofkgimjndkgbhfibf |
คำอธิบาย | Adds an option in the contextual menu to look up a kanji or a compound word in Japanese. It's horrible, it could almost be useful. |
ขนาดไฟล์ | 12.91 KB |
จำนวนการติดตั้ง | 262 |
เวอร์ชันปัจจุบัน | 0.83 |
อัปเดตครั้งล่าสุด | 2015-09-15 |
วันที่เผยแพร่ | 2015-09-15 |
คะแนน | 3.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | kikoogay |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "realdeal.js" ] }, "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "name": "Japanese Lookup", "permissions": [ "contextMenus", "tabs" ], "version": "0.83" } |