Comic Sansifier

This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!

ما هو Comic Sansifier؟

Comic Sansifier هو إضافة Chrome تم تطويرها بواسطة Alfons Nilsson (TC5550)، والميزة الرئيسية لها هي "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Comic Sansifier

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

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

                        This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!                    

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

الاسم Comic Sansifier Comic Sansifier
ID agfjaeekoichggmaogclcibjjpdbohgf
عنوان URL الرسمي https://chromewebstore.google.com/detail/comic-sansifier/agfjaeekoichggmaogclcibjjpdbohgf
الوصف This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!
حجم الملف 8.9 KB
عدد التثبيتات 35
النسخة الحالية 0.1
آخر تحديث 2018-12-21
تاريخ النشر 2018-12-16
المطور Alfons Nilsson (TC5550)
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sansifier",
    "version": "0.1",
    "description": "This amazing chrome extension will change the font of every webpage you visit to the most beautiful font ever, Comic Sans MS!",
    "author": "Alfons Nilsson (TC5550)",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}