Japanese Flashcards

This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.

Japanese Flashcards là gì?

Japanese Flashcards là một tiện ích mở rộng Chrome được phát triển bởi Thomas, và tính năng chính của nó là "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Japanese Flashcards

Tải xuống các tệp mở rộng Japanese Flashcards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Japanese Flashcards is a simple Chrome extension made to help you learn your Japanese Kanjis and/or your vocabulary !
It will create a pop-up every X minutes ( X being a setting ) showing you a kanji or a vocabulary word.
It will also replace the new-tab by a random kanji and/or vocabulary word.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
URL Chính Thức https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
Mô tả This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Kích Thước Tệp 82.01 KB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2019-07-01
Ngày Phát Hành 2019-07-01
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Thomas
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Japanese Flashcards",
    "description": "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.",
    "version": "0.5",
    "background": {
        "scripts": [
            "js\/core.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Japanese Flashcards Settings"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "bookmarks"
    ]
}