Kana Tab

Learn Japanese hiragana and katakana in every new tab

Qu'est-ce que Kana Tab ?

Kana Tab est une extension Chrome développée par https://darrenlester.com, et sa fonction principale est "Learn Japanese hiragana and katakana in every new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kana Tab

Téléchargez les fichiers d'extension Kana Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Kana Tab Kana Tab
ID mpcdgnhoopfipjmfiadfofkkgeghfchn
URL Officiel https://chromewebstore.google.com/detail/kana-tab/mpcdgnhoopfipjmfiadfofkkgeghfchn
Description Learn Japanese hiragana and katakana in every new tab
Taille du Fichier 37.06 KB
Nombre d'Installations 163
Version Actuelle 1.0.9
Dernière Mise à Jour 2017-10-03
Date de Publication 2017-10-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://darrenlester.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.darrenlester.com/projects/kana-tab
Langues Prises en Charge 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"
    }
}