WaniKani Review Notifier
Displays a colored icon when reviews and lessons are ready on WaniKani
Hvad er WaniKani Review Notifier?
WaniKani Review Notifier er en Chrome-udvidelse udviklet af Keavon Chambers, og dens hovedfunktion er "Displays a colored icon when reviews and lessons are ready on WaniKani".
Udvidelsesskærmbilleder
Download WaniKani Review Notifier-udvidelses-CRX-fil
Download WaniKani Review Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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!                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | mfjkklapcdiemkobilehlmpkghchjkjp | 
| Officiel URL | https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp | 
| Beskrivelse | Displays a colored icon when reviews and lessons are ready on WaniKani | 
| Filstørrelse | 94.25 KB | 
| Antal Installationer | 84 | 
| Nuværende Version | 1.0.5 | 
| Senest Opdateret | 2017-04-24 | 
| Udgivelsesdato | 2017-04-24 | 
| Bedømmelse | 4.44/5 Samlet 9 Bedømmelser | 
| Udvikler | Keavon Chambers | 
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/Keavon/WaniKani-Notifier | 
| Understøttede Sprog | 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\/*"
    ]
} | |