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 هو إضافة Chrome تم تطويرها بواسطة rakuhin.asia، والميزة الرئيسية لها هي "Học tiếng Nhật JLPT bằng Flashcard.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Japanese - Vietnamese JLPT Flash Card

قم بتنزيل ملفات الامتداد Japanese - Vietnamese JLPT Flash Card بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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