FuriKani

Removes furigana on websites based on your WaniKani level

什么是FuriKani?

FuriKani是由Lauchmelder开发的Chrome扩展程序,该扩展的主要功能是“Removes furigana on websites based on your WaniKani level”。

扩展截图

screenshot
screenshot

下载FuriKani扩展crx文件

下载FuriKani扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The simplest way to improve your Japanese reading experience if you are a WaniKani user. Supply the extension with a WaniKani API Token to automatically remove furigana on websites for any words you (should) know.

Vocabulary is automatically synchronized with WaniKani whenever you level up. So if you keep doing your reviews and level up you should slowly see more and more of the furigana disappear from the web. This way you will be forced to read words you know from memory, while still allowing you to see the pronounciation of unknown vocabulary.                    

扩展基本信息

名称 FuriKani FuriKani
ID lbjenjfljjnlkbdfbgmgcnkfnddaeccl
官方URL https://chromewebstore.google.com/detail/furikani/lbjenjfljjnlkbdfbgmgcnkfnddaeccl
简介 Removes furigana on websites based on your WaniKani level
文件大小 53.34 KB
安装次数 70
当前版本 0.7
更新时间 2022-04-02
上架时间 2022-03-21
开发者 Lauchmelder
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FuriKani",
    "description": "Removes furigana on websites based on your WaniKani level",
    "version": "0.7",
    "icons": {
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}