WaniKani Review Notifier

Displays a colored icon when reviews and lessons are ready on WaniKani

O que é WaniKani Review Notifier?

WaniKani Review Notifier é uma extensão do Chrome desenvolvida por Keavon Chambers, e sua principal característica é "Displays a colored icon when reviews and lessons are ready on WaniKani".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WaniKani Review Notifier

Baixe arquivos de extensão WaniKani Review Notifier 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

                        Get a colored notification icon in Chrome when you have radicals, kanji, or vocabulary to review or learn in WaniKani. This extension adds a small, non-intrusive icon to the right of the address bar which turns red when reviews are ready and orange when lessons are available. A minimum number of reviews can also be set before the icon turns red.

Open-source at https://github.com/Keavon/WaniKani-Notifier
Pull requests are welcome!                    

Informações Básicas da Extensão

Nome WaniKani Review Notifier WaniKani Review Notifier
ID mfjkklapcdiemkobilehlmpkghchjkjp
URL Oficial https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp
Descrição Displays a colored icon when reviews and lessons are ready on WaniKani
Tamanho do Arquivo 94.25 KB
Contagem de Instalações 84
Versão Atual 1.0.5
Última Atualização 2017-04-24
Data de Publicação 2017-04-24
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor Keavon Chambers
Tipo de Pagamento free
Site da Extensão https://github.com/Keavon/WaniKani-Notifier
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaniKani Review Notifier",
    "version": "1.0.5",
    "options_page": "options.html",
    "description": "Displays a colored icon when reviews and lessons are ready on WaniKani",
    "icons": {
        "128": "icons\/red.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/grey.png"
        }
    },
    "author": "Keavon Chambers",
    "background": {
        "scripts": [
            "wanikani.js"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "https:\/\/www.wanikani.com\/api\/*"
    ]
}