WaniKani reading ability checker

This extension shows what WaniKani level you need to be to read the page you are currently viewing.

Qu'est-ce que WaniKani reading ability checker ?

WaniKani reading ability checker est une extension Chrome développée par ondra.pohl, et sa fonction principale est "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WaniKani reading ability checker

Téléchargez les fichiers d'extension WaniKani reading ability checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension shows what WaniKani level you need to be to read the page you are currently viewing.

How to use this extension:
1) Go to a webpage that contains Japanese characters (kanji).
2) (Optional) Make a selection of one or more kanji.
3) Click the extension icon.
4) A pop-up will display with a list of characters grouped by WaniKani level.                    

Informations de Base sur l'Extension

Nom WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
URL Officiel https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Description This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Taille du Fichier 32.06 KB
Nombre d'Installations 102
Version Actuelle 0.2.0
Dernière Mise à Jour 2023-01-03
Date de Publication 2015-10-28
Évaluation 4.67/5 Total 3 Évaluations
Développeur ondra.pohl
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WaniKani reading ability checker",
    "description": "This extension shows what WaniKani level you need to be to read the page you are currently viewing.",
    "version": "0.2.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}