Hangul
A korean vocabulary building chrome extension.
What is Hangul?
Hangul is a Chrome extension developed by hangullearn.com, and its main feature is "A korean vocabulary building chrome extension.".
Extension Screenshots
Download Hangul Extension CRX File
Download Hangul extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
Official URL | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
Description | A korean vocabulary building chrome extension. |
File Size | 2.62 MB |
Installation Count | 1,263 |
Current Version | 1.2 |
Last Updated | 2021-03-09 |
Publish Date | 2020-05-07 |
Rating | 4.90/5 Total 20 Ratings |
Developer | hangullearn.com |
[email protected] | |
Payment Type | free |
Extension Website | https://hangullearn.com/ |
Help Page URL | https://hangullearn.com/ |
Supported Languages | 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" } } |