Hangul
A korean vocabulary building chrome extension.
Hangulとは何ですか?
Hangulはhangullearn.comによって開発されたChromeの拡張機能で、その主な機能は「A korean vocabulary building chrome extension.」です。
拡張機能のスクリーンショット
Hangul拡張機能のCRXファイルをダウンロード
Hangul拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |