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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}