Mainichi Tango
Learn new Japanese words in new tab.
What is Mainichi Tango?
Mainichi Tango is a Chrome extension developed by Yao Wang, and its main feature is "Learn new Japanese words in new tab.".
Extension Screenshots
Download Mainichi Tango Extension CRX File
Download Mainichi Tango 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
在每次打开新标签页时学习一个新的日语单词卡片。 提供《新版标准日本语》初、中、高级词库,涵盖N1-N5词汇释义及发音。 使用生词本功能强化单词记忆,重点复习关键词汇。 * 安装后在新标签页选择 “保持现状” 以启用此插件。
Extension Basic Information
Name | Mainichi Tango |
ID | alkncbflgoakllhkhkjpdabnbebejidl |
Official URL | https://chromewebstore.google.com/detail/mainichi-tango/alkncbflgoakllhkhkjpdabnbebejidl |
Description | Learn new Japanese words in new tab. |
File Size | 752 KB |
Installation Count | 1,395 |
Current Version | 1.4.1 |
Last Updated | 2021-07-11 |
Publish Date | 2020-10-08 |
Rating | 4.63/5 Total 8 Ratings |
Developer | Yao Wang |
[email protected] | |
Payment Type | free |
Extension Website | https://timwang.me/mainichi/ |
Help Page URL | https://github.com/timwangdev/mainichi/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "mainichi_tango", "version": "1.4.1", "author": "Yao Wang", "chrome_url_overrides": { "newtab": "index.html" }, "description": "Learn new Japanese words in new tab.", "manifest_version": 2, "name": "Mainichi Tango", "icons": { "128": "logo\/icon-128.png", "64": "logo\/icon-64.png", "16": "logo\/icon-16.png" }, "permissions": [ "storage" ] } |