Kanjiday
This extension replaces your new tab with a new kanji every day
What is Kanjiday?
Kanjiday is a Chrome extension developed by http://kanjiday.com, and its main feature is "This extension replaces your new tab with a new kanji every day".
Extension Screenshots
Download Kanjiday Extension CRX File
Download Kanjiday 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
Chrome extension for Kanji memorization. It replaces your new tab with a kanji card. Take your hiragana to the next level, one card a day. - Customizable background color - Option to skip a learned Kanji - Show and hide Kanji information according to your needs : Kunyomi / Meaning Prerequisite: - Ability to read hiragana
Extension Basic Information
Name | |
ID | blipkhpdpopnngbpndfndbmjjbeflbhg |
Official URL | https://chrome.google.com/webstore/detail/kanjiday/blipkhpdpopnngbpndfndbmjjbeflbhg |
Description | This extension replaces your new tab with a new kanji every day |
File Size | 463 KB |
Installation Count | 685 |
Current Version | 1.2.2 |
Last Updated | 2017-03-04 |
Publish Date | 2017-03-04 |
Rating | 4.09/5 Total 11 Ratings |
Developer | http://kanjiday.com |
Payment Type | free |
Extension Website | http://kanjiday.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanjiday", "description": "This extension replaces your new tab with a new kanji every day", "version": "1.2.2", "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "tab.html" } } |