Hangul
A korean vocabulary building chrome extension.
Wat is Hangul?
Hangul is een Chrome-extensie ontwikkeld door hangullearn.com, en de belangrijkste functie is "A korean vocabulary building chrome extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hangul
Download Hangul-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
| Officiële URL | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
| Beschrijving | A korean vocabulary building chrome extension. |
| Bestandsgrootte | 2.62 MB |
| Aantal Installaties | 1,263 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2021-03-09 |
| Publicatiedatum | 2020-05-07 |
| Beoordeling | 4.90/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | hangullearn.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://hangullearn.com/ |
| Help Pagina-URL | https://hangullearn.com/ |
| Ondersteunde Talen | 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"
}
} | |