Toktogi: A Korean-English Popup Dictionary
Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them
什麼是Toktogi: A Korean-English Popup Dictionary?
Toktogi: A Korean-English Popup Dictionary是由https://toktogi.com開發的Chrome擴展程式,該擴展的主要功能是“Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them”。
擴展截圖
下載Toktogi: A Korean-English Popup Dictionary擴展crx文件
下載Toktogi: A Korean-English Popup Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Toktogi is a popup Korean-English dictionary. Once installed and turned on, simply hover the mouse in front of a Korean word on a page and a box will pop up with the definition in English. This is great for people reading Korean web pages who don't want to have to copy and paste words into a search engine or dictionary to get the definition.
Toktogi uses a dictionary created from the 'kengdic' project, which you can find here: https://github.com/garfieldnate/kengdic
Toktogi is inspired by the Japanese language learning extensions Rikaichan and Rikaikun.
Twitter: https://twitter.com/toktogiapp
Email: [email protected]
Website: http://www.toktogi.com 擴展基本資訊
| 名稱 | |
| ID | domfinmkohodhgghgedfdcmonefafolm |
| 官方網址 | https://chromewebstore.google.com/detail/toktogi-a-korean-english/domfinmkohodhgghgedfdcmonefafolm |
| 簡介 | Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them |
| 檔案大小 | 7.19 MB |
| 安裝次數 | 9,550 |
| 目前版本 | 0.7.1 |
| 更新時間 | 2021-05-19 |
| 上架時間 | 2016-01-07 |
| 評分 | 4.30/5 共 46 次評分 |
| 開發者 | https://toktogi.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.toktogi.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Toktogi: A Korean-English Popup Dictionary",
"short_name": "Toktogi",
"description": "Popup Korean-English dictionary that shows you the definitions of Korean words when you hover the mouse next to them",
"version": "0.7.1",
"minimum_chrome_version": "51",
"author": "Brad McDermott",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"unlimitedStorage"
],
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"scripts": [
"js\/background-build.js"
]
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/vendor\/jquery-3.6.0.min.js",
"js\/browser_tools.js",
"js\/inject.js"
],
"css": [
"css\/inject.css"
],
"matches": [
" | |