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
官方網址 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"
            ]
        }
    ]
}