Japanese Flashcards

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

Co je Japanese Flashcards?

Japanese Flashcards je rozšíření Chrome vyvinuté Thomas, a jeho hlavní funkcí je „This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Japanese Flashcards

Stáhněte si soubory rozšíření Japanese Flashcards ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
Oficiální URL https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
Popis This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Velikost souboru 82.01 KB
Počet instalací 247
Aktuální Verze 0.5
Poslední Aktualizace 2019-07-01
Datum Vydání 2019-07-01
Hodnocení 3.14/5 Celkem 7 Hodnocení
Vývojář Thomas
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}