Japanese Flashcards

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

Cos'è Japanese Flashcards?

Japanese Flashcards è un'estensione di Chrome sviluppata da Thomas, e la sua funzione principale è "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Japanese Flashcards

Scarica i file di estensione Japanese Flashcards in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
URL Ufficiale https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
Descrizione This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Dimensione del File 82.01 KB
Conteggio Installazioni 247
Versione Corrente 0.5
Ultimo Aggiornamento 2019-07-01
Data di Pubblicazione 2019-07-01
Valutazione 3.14/5 Totale 7 Valutazioni
Sviluppatore Thomas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}