Kanjiday
This extension replaces your new tab with a new kanji every day
什么是Kanjiday?
Kanjiday是由http://kanjiday.com开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces your new tab with a new kanji every day”。
扩展截图
下载Kanjiday扩展crx文件
下载Kanjiday扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | blipkhpdpopnngbpndfndbmjjbeflbhg |
官方URL | https://chrome.google.com/webstore/detail/kanjiday/blipkhpdpopnngbpndfndbmjjbeflbhg |
简介 | This extension replaces your new tab with a new kanji every day |
文件大小 | 463 KB |
安装次数 | 685 |
当前版本 | 1.2.2 |
更新时间 | 2017-03-04 |
上架时间 | 2017-03-04 |
评分 | 4.09/5 共11次评分 |
开发者 | http://kanjiday.com |
付费类型 | free |
扩展官网 | http://kanjiday.com |
支持的语言 | 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" } } |