Furigana hider

Simple way to get hide/show furigana in tags.

ما هو Furigana hider؟

Furigana hider هو إضافة Chrome تم تطويرها بواسطة gray_-_wolf، والميزة الرئيسية لها هي "Simple way to get hide/show furigana in tags.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Furigana hider

قم بتنزيل ملفات الامتداد Furigana hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Furigana hider Furigana hider
ID ecafjjkcfjjdibnjnlglialoknoeogkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/furigana-hider/ecafjjkcfjjdibnjnlglialoknoeogkc
الوصف Simple way to get hide/show furigana in tags.
حجم الملف 182 KB
عدد التثبيتات 70
النسخة الحالية 0.9.3
آخر تحديث 2018-03-21
تاريخ النشر 2018-03-20
المطور gray_-_wolf
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Furigana hider",
    "short_name": "Furigana hider",
    "description": "Simple way to get hide\/show furigana in  tags.",
    "version": "0.9.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "sys.min.js",
                "chrome.min.js",
                "cs.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon016.png",
        "32": "icons\/icon032.png",
        "48": "icons\/icon048.png",
        "64": "icons\/icon064.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}