FuriKani

Removes furigana on websites based on your WaniKani level

ما هو FuriKani؟

FuriKani هو إضافة Chrome تم تطويرها بواسطة Lauchmelder، والميزة الرئيسية لها هي "Removes furigana on websites based on your WaniKani level".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FuriKani

قم بتنزيل ملفات الامتداد FuriKani بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}