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
电子邮箱 [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"
            ]
        }
    ]
}