Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Hvad er Japanese Flashcards?
Japanese Flashcards er en Chrome-udvidelse udviklet af Thomas, og dens hovedfunktion er "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".
Udvidelsesskærmbilleder
Download Japanese Flashcards-udvidelses-CRX-fil
Download Japanese Flashcards-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | oibcinmaboibomajafiipfhacoohddko |
Officiel URL | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
Beskrivelse | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
Filstørrelse | 82.01 KB |
Antal Installationer | 247 |
Nuværende Version | 0.5 |
Senest Opdateret | 2019-07-01 |
Udgivelsesdato | 2019-07-01 |
Bedømmelse | 3.14/5 Samlet 7 Bedømmelser |
Udvikler | Thomas |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |