kimchi-reader

A reader for korean learner

kimchi-reader란 무엇입니까?

kimchi-reader은(는) https://kimchi-reader.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A reader for korean learner"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

kimchi-reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Kimchi reader is a tool that assists people in reading Korean text by providing definitions for each word through a hover-activated popup dictionary.

This is a paid product, more details available at https://kimchi-reader.app

Features:
 - 📖 Strong popup dictionary with krdict/stdict/hanja all in one.
 - ⛏️ Sentence mining on youtube, netflix and any webpage. Export to anki later.
 - 📊 Stats on the current media you are consuming                    

확장 프로그램 기본 정보

이름 kimchi-reader kimchi-reader
ID mhballnbcieehgglecpjocnbggoogbge
공식 URL https://chromewebstore.google.com/detail/kimchi-reader/mhballnbcieehgglecpjocnbggoogbge
설명 A reader for korean learner
파일 크기 14.17 MB
설치 횟수 214
현재 버전 0.7.5
최근 업데이트 2024-02-26
출시 날짜 2023-02-05
평점 4.67/5 총 3 개의 평점
개발자 https://kimchi-reader.app
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://kimchi-reader.app/legal/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "kimchi-reader",
    "version": "0.7.5",
    "description": "A reader for korean learner",
    "homepage_url": "https:\/\/kimchi-reader.app\/",
    "permissions": [
        "activeTab",
        "scripting",
        "identity",
        "storage",
        "offscreen",
        "tabCapture"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": ".\/icon-128.png",
        "default_popup": ".\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/options\/index.html",
        "open_in_tab": true,
        "browser_style": false
    },
    "background": {
        "service_worker": ".\/background\/index.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/dict\/action_verb\/*.json",
                "static\/dict\/descriptive_verb\/*.json",
                "static\/dict\/auxiliary_action_verb\/*.json",
                "static\/dict\/auxiliary_descriptive_verb\/*.json",
                "static\/dict\/noun\/*.json",
                "static\/dict\/pronoun\/*.json",
                "static\/dict\/determiner\/*.json",
                "static\/dict\/numeral\/*.json",
                "static\/dict\/adverb\/*.json",
                "static\/dict\/interjection\/*.json",
                "static\/dict\/bound_noun\/*.json",
                "static\/locales\/common\/*.json",
                "static\/locales\/*.json",
                "inject\/netflix_seek.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "minimum_chrome_version": "116"
}