Hangul

A korean vocabulary building chrome extension.

Hangul란 무엇입니까?

Hangul은(는) hangullearn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A korean vocabulary building chrome extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Hangul 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Hangul Hangul
ID knkkmemihnkkehhkkdonlnfgajbjpadc
공식 URL https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc
설명 A korean vocabulary building chrome extension.
파일 크기 2.62 MB
설치 횟수 1,263
현재 버전 1.2
최근 업데이트 2021-03-09
출시 날짜 2020-05-07
평점 4.90/5 총 20 개의 평점
개발자 hangullearn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hangullearn.com/
도움말 페이지 URL https://hangullearn.com/
지원되는 언어 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"
    }
}