Kanji Tab

Learn kanji everyday: get a random kanji when you open a new tab.

What is Kanji Tab?

Kanji Tab is a Chrome extension developed by appstrend, and its main feature is "Learn kanji everyday: get a random kanji when you open a new tab.".

Extension Screenshots

screenshot

Download Kanji Tab Extension CRX File

Download Kanji 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

                        Learn kanji everyday: get a random kanji when you open a new tab. Includes vocabulary examples. Great tool to learn japanese faster.

Based on the anki cards deck: All in One Kanji Deck                    

Extension Basic Information

Name Kanji Tab Kanji Tab
ID kebemdfahifkfmpgbffjjobpgjhjcdnd
Official URL https://chromewebstore.google.com/detail/kanji-tab/kebemdfahifkfmpgbffjjobpgjhjcdnd
Description Learn kanji everyday: get a random kanji when you open a new tab.
File Size 422 KB
Installation Count 1,021
Current Version 1.0
Last Updated 2016-02-21
Publish Date 2016-02-21
Rating 4.47/5 Total 15 Ratings
Developer appstrend
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kanji Tab",
    "description": "Learn kanji everyday: get a random kanji when you open a new tab.",
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/index.js",
                "css\/style.css",
                "less\/style.less"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "version": "1.0"
}