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ファイルをダウンロード

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
Eメール [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"
}