Wingdingify

Applies the Wingdings font to text.

ما هو Wingdingify؟

Wingdingify هو إضافة Chrome تم تطويرها بواسطة Jefferson Mei، والميزة الرئيسية لها هي "Applies the Wingdings font to text.".

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

screenshot

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

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

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

                        Just click on the icon and hit enable to read websites in Wingdings!                    

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

الاسم Wingdingify Wingdingify
ID pekmfogcndblkehmjmcholjbpnbaakna
عنوان URL الرسمي https://chromewebstore.google.com/detail/wingdingify/pekmfogcndblkehmjmcholjbpnbaakna
الوصف Applies the Wingdings font to text.
حجم الملف 10.46 KB
عدد التثبيتات 1,000
النسخة الحالية 0.0.0.3
آخر تحديث 2019-02-04
تاريخ النشر 2019-01-31
تقييم 4.00/5 مجموع تقييمات 9
المطور Jefferson Mei
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wingdingify",
    "version": "0.0.0.3",
    "author": "Jefferson Mei",
    "description": "Applies the Wingdings font to text.",
    "icons": {
        "48": "icons\/wingdingify.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background\/bg_wingdings.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/wingdingify.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/wingdingify.png",
        "default_title": "Wingdingify",
        "default_popup": "popup\/choose_wingdings.html"
    }
}