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 |
官方網址 | 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" } } |