Hangul

A korean vocabulary building chrome extension.

Cos'è Hangul?

Hangul è un'estensione di Chrome sviluppata da hangullearn.com, e la sua funzione principale è "A korean vocabulary building chrome extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hangul

Scarica i file di estensione Hangul in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hangul Hangul
ID knkkmemihnkkehhkkdonlnfgajbjpadc
URL Ufficiale https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc
Descrizione A korean vocabulary building chrome extension.
Dimensione del File 2.62 MB
Conteggio Installazioni 1,263
Versione Corrente 1.2
Ultimo Aggiornamento 2021-03-09
Data di Pubblicazione 2020-05-07
Valutazione 4.90/5 Totale 20 Valutazioni
Sviluppatore hangullearn.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hangullearn.com/
URL della Pagina di Aiuto https://hangullearn.com/
Lingue Supportate 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"
    }
}