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! 扩展基本信息
| 名称 | |
| 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"
}
} | |