Hangul
A korean vocabulary building chrome extension.
Co je Hangul?
Hangul je rozšíření Chrome vyvinuté hangullearn.com, a jeho hlavní funkcí je „A korean vocabulary building chrome extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hangul
Stáhněte si soubory rozšíření Hangul ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
Oficiální URL | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
Popis | A korean vocabulary building chrome extension. |
Velikost souboru | 2.62 MB |
Počet instalací | 1,263 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2021-03-09 |
Datum Vydání | 2020-05-07 |
Hodnocení | 4.90/5 Celkem 20 Hodnocení |
Vývojář | hangullearn.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hangullearn.com/ |
URL Stránky Nápovědy | https://hangullearn.com/ |
Podporované Jazyky | 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" } } |