Hangul

A korean vocabulary building chrome extension.

Co to jest Hangul?

Hangul to rozszerzenie Chrome opracowane przez hangullearn.com, a jego główną funkcją jest „A korean vocabulary building chrome extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Hangul

Pobierz pliki rozszerzeń Hangul w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Hangul Hangul
ID knkkmemihnkkehhkkdonlnfgajbjpadc
Oficjalny URL https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc
Opis A korean vocabulary building chrome extension.
Rozmiar pliku 2.62 MB
Liczba instalacji 1,263
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-03-09
Data Publikacji 2020-05-07
Ocena 4.90/5 Łącznie 20 Oceny
Deweloper hangullearn.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hangullearn.com/
Adres URL Strony Pomocy https://hangullearn.com/
Obsługiwane Języki 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"
    }
}