Japanese Flashcards

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

Vad är Japanese Flashcards?

Japanese Flashcards är en Chrome-tillägg utvecklad av Thomas, och dess huvudfunktion är "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Japanese Flashcards-förlängningens CRX-fil

Ladda ner Japanese Flashcards-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Japanese Flashcards Japanese Flashcards
ID oibcinmaboibomajafiipfhacoohddko
Officiell webbadress https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko
Beskrivning This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Filstorlek 82.01 KB
Antal Installationer 247
Aktuell Version 0.5
Senast Uppdaterad 2019-07-01
Publiceringsdatum 2019-07-01
Betyg 3.14/5 Totalt 7 Betyg
Utvecklare Thomas
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}