kimchi-reader

A reader for korean learner

kimchi-readerคืออะไร?

kimchi-reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kimchi-reader.app และคุณลักษณะหลักของมันคือ "A reader for korean learner"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย kimchi-reader

ดาวน์โหลดไฟล์ส่วนขยาย kimchi-reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}