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