Japanese Flashcards

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

什麼是Japanese Flashcards?

Japanese Flashcards是由Thomas開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Japanese Flashcards擴展crx文件

下載Japanese Flashcards擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
官方網址 https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
簡介 This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
檔案大小 82.01 KB
安裝次數 247
目前版本 0.5
更新時間 2019-07-01
上架時間 2019-07-01
評分 3.14/5 共 7 次評分
開發者 Thomas
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}