Japanese Flashcards

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

Was ist Japanese Flashcards?

Japanese Flashcards ist eine Chrome-Erweiterung, die von Thomas entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Japanese Flashcards-Erweiterungs-CRX-Datei herunterladen

Laden Sie Japanese Flashcards-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
Offizielle URL https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
Beschreibung This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Dateigröße 82.01 KB
Installationsanzahl 247
Aktuelle Version 0.5
Letztes Update 2019-07-01
Veröffentlichungsdatum 2019-07-01
Bewertung 3.14/5 Insgesamt 7 Bewertungen
Entwickler Thomas
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}