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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}