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
Eメール [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"
    ]
}