Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
Wat is Japanese Flashcards?
Japanese Flashcards is een Chrome-extensie ontwikkeld door Thomas, en de belangrijkste functie is "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".
Extensie Screenshots
Download het CRX-bestand van de extensie Japanese Flashcards
Download Japanese Flashcards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | oibcinmaboibomajafiipfhacoohddko |
Officiële URL | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
Beschrijving | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
Bestandsgrootte | 82.01 KB |
Aantal Installaties | 247 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2019-07-01 |
Publicatiedatum | 2019-07-01 |
Beoordeling | 3.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Thomas |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |