Japanese - Vietnamese JLPT Flash Card

Học tiếng Nhật JLPT bằng Flashcard.

Japanese - Vietnamese JLPT Flash Cardとは何ですか?

Japanese - Vietnamese JLPT Flash Cardはrakuhin.asiaによって開発されたChromeの拡張機能で、その主な機能は「Học tiếng Nhật JLPT bằng Flashcard.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Japanese - Vietnamese JLPT Flash Card拡張機能のCRXファイルをダウンロード

Japanese - Vietnamese JLPT Flash Card拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Học tiếng Nhật JLPT bằng Flashcard.

Japanese JLPT Studying Flash Card / Vietnamese version

This extension will show a small flash card on the bottom right of the webpage, and show Japanese (JLPT N5-N1), pronunciation, and meaning in Vietnamese for your studying.

You can change font size or background opacity for the flashcard.

Hope you enjoy studying Japanese.

***DONATE***
I have plan to upgrade this extension more easier study, and for each person has different vocabularies lists, or different levels.

Please donate to my work, and for future upgrade, thank you:
* PayPal: https://www.paypal.me/rakujin
* Ethereum: 
https://etherscan.io/address/0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0

0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0                    

拡張機能の基本情報

名前 Japanese - Vietnamese JLPT Flash Card Japanese - Vietnamese JLPT Flash Card
ID cipijogmcipmhmjhdgabdfejlagbkdkl
公式URL https://chromewebstore.google.com/detail/japanese-vietnamese-jlpt/cipijogmcipmhmjhdgabdfejlagbkdkl
説明 Học tiếng Nhật JLPT bằng Flashcard.
ファイルサイズ 1.29 MB
インストール数 28
現在のバージョン 1.0.14
最終更新日 2023-12-09
公開日 2020-09-14
評価 5.00/5 合計 1 レビュー
開発者 rakuhin.asia
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://linktr.ee/mlight
対応言語 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Japanese - Vietnamese JLPT Flash Card",
    "description": "H\u1ecdc ti\u1ebfng Nh\u1eadt JLPT b\u1eb1ng Flashcard.",
    "version": "1.0.14",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": {
            "48": "images\/logo\/logo_48.png",
            "128": "images\/logo\/logo_128.png",
            "256": "images\/logo\/logo_256.png"
        },
        "default_popup": ".\/popup\/main.html",
        "default_title": "Multi-Languages Studying Flash Card"
    },
    "icons": {
        "48": "images\/logo\/logo_48.png",
        "128": "images\/logo\/logo_128.png",
        "256": "images\/logo\/logo_256.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "",
        "file:\/\/\/*",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": false,
            "exclude_matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/www.facebook.com\/groupcall\/*",
                "https:\/\/www.facebook.com\/videocall\/*"
            ],
            "run_at": "document_idle",
            "css": [
                ".\/content_scripts\/css\/w3.css"
            ],
            "js": [
                ".\/content_scripts\/main.js",
                ".\/content_scripts\/copyright.min.js"
            ]
        }
    ]
}