Hangul
A korean vocabulary building chrome extension.
Qu'est-ce que Hangul ?
Hangul est une extension Chrome développée par hangullearn.com, et sa fonction principale est "A korean vocabulary building chrome extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hangul
Téléchargez les fichiers d'extension Hangul au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
URL Officiel | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
Description | A korean vocabulary building chrome extension. |
Taille du Fichier | 2.62 MB |
Nombre d'Installations | 1,263 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-03-09 |
Date de Publication | 2020-05-07 |
Évaluation | 4.90/5 Total 20 Évaluations |
Développeur | hangullearn.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hangullearn.com/ |
URL de la Page d'Aide | https://hangullearn.com/ |
Langues Prises en Charge | 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" } } |