Kana Tab

Learn Japanese hiragana and katakana in every new tab

Cos'è Kana Tab?

Kana Tab è un'estensione di Chrome sviluppata da https://darrenlester.com, e la sua funzione principale è "Learn Japanese hiragana and katakana in every new tab".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kana Tab

Scarica i file di estensione Kana Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kana Tab Kana Tab
ID mpcdgnhoopfipjmfiadfofkkgeghfchn
URL Ufficiale https://chromewebstore.google.com/detail/kana-tab/mpcdgnhoopfipjmfiadfofkkgeghfchn
Descrizione Learn Japanese hiragana and katakana in every new tab
Dimensione del File 37.06 KB
Conteggio Installazioni 163
Versione Corrente 1.0.9
Ultimo Aggiornamento 2017-10-03
Data di Pubblicazione 2017-10-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://darrenlester.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.darrenlester.com/projects/kana-tab
Lingue Supportate 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"
    }
}