Kana Tab
Learn Japanese hiragana and katakana in every new tab
What is Kana Tab?
Kana Tab is a Chrome extension developed by https://darrenlester.com, and its main feature is "Learn Japanese hiragana and katakana in every new tab".
Extension Screenshots
Download Kana Tab Extension CRX File
Download Kana Tab 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
Kana Tab helps you learn the basic Japanese characters, kana (both hiragana and katakana), every time you open a new tab. It has two modes which allow you to either display random flashcards for memory training or reference tables to assist with Japanese study. Why not also try Kana, my new Android kana reference app. https://play.google.com/store/apps/details?id=com.darrenlester.kana Keep your kana tables with you wherever you go!
Extension Basic Information
Name | Kana Tab |
ID | mpcdgnhoopfipjmfiadfofkkgeghfchn |
Official URL | https://chromewebstore.google.com/detail/kana-tab/mpcdgnhoopfipjmfiadfofkkgeghfchn |
Description | Learn Japanese hiragana and katakana in every new tab |
File Size | 37.06 KB |
Installation Count | 163 |
Current Version | 1.0.9 |
Last Updated | 2017-10-03 |
Publish Date | 2017-10-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://darrenlester.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.darrenlester.com/projects/kana-tab |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kana Tab", "description": "Learn Japanese hiragana and katakana in every new tab", "version": "1.0.9", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "Kana Tab", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |