Kana

This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.

O que é Kana?

Kana é uma extensão do Chrome desenvolvida por Double Trouble Studios, e sua principal característica é "This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kana

Baixe arquivos de extensão Kana no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        If you would like to learn, or maintain, the Japanese script, this extension could help you with just that. Designed as a little word game, every time a new tab is opened, you are presented with a random symbol from either the Hiragana or Katakana syllabaries and are to guess the corresponding sound. A correct answer will yield a green light. When a
wrong answer is given, the right answer is shown. Using the tab key, or by pressing Ctrl+L, the user can then resume browsing. This wasn't meant to be published, but I was encouraged to do so anyway. It isn't polished, but I welcome any and all feedback. Enjoy!                    

Informações Básicas da Extensão

Nome Kana Kana
ID eacjbhafnonbmhpeaaelmhbegilhncbk
URL Oficial https://chrome.google.com/webstore/detail/kana/eacjbhafnonbmhpeaaelmhbegilhncbk
Descrição This extension teaches you the Japanese script (Hiragana/Katakana) through a little game inside your browser.
Tamanho do Arquivo 45.89 KB
Contagem de Instalações 51
Versão Atual 1.0
Última Atualização 2016-11-28
Data de Publicação 2016-11-28
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor Double Trouble Studios
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kana",
    "description": "This extension teaches you the Japanese script (Hiragana\/Katakana) through a little game inside your browser.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}