Japanese Flashcards
This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.
What is Japanese Flashcards?
Japanese Flashcards is a Chrome extension developed by Thomas, and its main feature is "This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day.".
Extension Screenshots
Download Japanese Flashcards Extension CRX File
Download Japanese Flashcards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oibcinmaboibomajafiipfhacoohddko |
Official URL | https://chrome.google.com/webstore/detail/japanese-flashcards/oibcinmaboibomajafiipfhacoohddko |
Description | This extension will help you learn & memorize kanjis & vocabulary by showing you flashcards throughout the day. |
File Size | 82.01 KB |
Installation Count | 247 |
Current Version | 0.5 |
Last Updated | 2019-07-01 |
Publish Date | 2019-07-01 |
Rating | 3.14/5 Total 7 Ratings |
Developer | Thomas |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |