Kana Tab

Learn Japanese hiragana and katakana in every new tab

什麼是Kana Tab?

Kana Tab是由https://darrenlester.com開發的Chrome擴展程式,該擴展的主要功能是“Learn Japanese hiragana and katakana in every new tab”。

擴展截圖

screenshot
screenshot
screenshot

下載Kana Tab擴展crx文件

下載Kana Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Kana Tab Kana Tab
ID mpcdgnhoopfipjmfiadfofkkgeghfchn
官方網址 https://chromewebstore.google.com/detail/kana-tab/mpcdgnhoopfipjmfiadfofkkgeghfchn
簡介 Learn Japanese hiragana and katakana in every new tab
檔案大小 37.06 KB
安裝次數 163
目前版本 1.0.9
更新時間 2017-10-03
上架時間 2017-10-03
評分 5.00/5 共 3 次評分
開發者 https://darrenlester.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.darrenlester.com/projects/kana-tab
支援的語言 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"
    }
}