Kanji Tab

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

Cos'è Kanji Tab?

Kanji Tab è un'estensione di Chrome sviluppata da appstrend, e la sua funzione principale è "Learn kanji everyday: get a random kanji when you open a new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kanji Tab

Scarica i file di estensione Kanji 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

                        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                    

Informazioni di Base sull'Estensione

Nome Kanji Tab Kanji Tab
ID kebemdfahifkfmpgbffjjobpgjhjcdnd
URL Ufficiale https://chromewebstore.google.com/detail/kanji-tab/kebemdfahifkfmpgbffjjobpgjhjcdnd
Descrizione Learn kanji everyday: get a random kanji when you open a new tab.
Dimensione del File 422 KB
Conteggio Installazioni 1,021
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-21
Data di Pubblicazione 2016-02-21
Valutazione 4.47/5 Totale 15 Valutazioni
Sviluppatore appstrend
Tipo di Pagamento free
Lingue Supportate 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"
}