WaniKani reading ability checker

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

Что такое WaniKani reading ability checker?

WaniKani reading ability checker - это расширение Chrome, разработанное ondra.pohl, и его основная функция - "This extension shows what WaniKani level you need to be to read the page you are currently viewing.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WaniKani reading ability checker

Скачайте файлы расширений WaniKani reading ability checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название WaniKani reading ability checker WaniKani reading ability checker
ID geilaheefnofbnocgibjjdeopmmipanc
Официальный URL https://chromewebstore.google.com/detail/wanikani-reading-ability/geilaheefnofbnocgibjjdeopmmipanc
Описание This extension shows what WaniKani level you need to be to read the page you are currently viewing.
Размер файла 32.06 KB
Количество установок 102
Текущая Версия 0.2.0
Последнее Обновление 2023-01-03
Дата публикации 2015-10-28
Рейтинг 4.67/5 Всего 3 оценок
Разработчик ondra.pohl
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}