Hangul
A korean vocabulary building chrome extension.
Hangulคืออะไร?
Hangul เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hangullearn.com และคุณลักษณะหลักของมันคือ "A korean vocabulary building chrome extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hangul
ดาวน์โหลดไฟล์ส่วนขยาย Hangul ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn Korean with style! Make every New Tab a daily lesson with a new Korean Word of the Day. The ultimate low effort, high value language extension tool! Flip the card daily to learn a new Korean in the simplest way. Native Korean pronunciations included with each word and a descriptive sentence to aid to learning. The card refreshes every 24 hours with a new beautiful Korean background!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
คำอธิบาย | A korean vocabulary building chrome extension. |
ขนาดไฟล์ | 2.62 MB |
จำนวนการติดตั้ง | 1,263 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-03-09 |
วันที่เผยแพร่ | 2020-05-07 |
คะแนน | 4.90/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | hangullearn.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://hangullearn.com/ |
URL หน้าช่วยเหลือ | https://hangullearn.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangul", "version": "1.2", "description": "A korean vocabulary building chrome extension.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-eE1k\/Cs1U0Li9\/ihPPQ7jKIGDvR8fYw65VJw+txfifw='; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |