WaniKani Review Notifier

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

Wat is WaniKani Review Notifier?

WaniKani Review Notifier is een Chrome-extensie ontwikkeld door Keavon Chambers, en de belangrijkste functie is "Displays a colored icon when reviews and lessons are ready on WaniKani".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WaniKani Review Notifier

Download WaniKani Review Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam WaniKani Review Notifier WaniKani Review Notifier
ID mfjkklapcdiemkobilehlmpkghchjkjp
Officiële URL https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp
Beschrijving Displays a colored icon when reviews and lessons are ready on WaniKani
Bestandsgrootte 94.25 KB
Aantal Installaties 84
Huidige Versie 1.0.5
Laatst Bijgewerkt 2017-04-24
Publicatiedatum 2017-04-24
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar Keavon Chambers
Betalingswijze free
Extensiewebsite https://github.com/Keavon/WaniKani-Notifier
Ondersteunde Talen 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\/*"
    ]
}