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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Toktogi: A Korean-English Popup Dictionary |
ID | domfinmkohodhgghgedfdcmonefafolm |
공식 URL | 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": [ " |