Comic Sans Everywhere

Changes the font of all text on web pages to Comic Sans.

ما هو Comic Sans Everywhere؟

Comic Sans Everywhere هو إضافة Chrome تم تطويرها بواسطة Sumo Marketing Solutions، والميزة الرئيسية لها هي "Changes the font of all text on web pages to Comic Sans.".

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

screenshot

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

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

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

                        Introducing the Comic Sans Extension - the font choice for rebels, pranksters, and those who refuse to conform to the boring norms of the design world! With this extension, you can transform any website's font into the infamous Comic Sans, bringing a playful and lighthearted vibe to your browsing experience. Get ready to add a touch of whimsy to your online adventures and watch as onlookers gasp in horror and delight at your audacious font choice!                    

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

الاسم Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
عنوان URL الرسمي https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
الوصف Changes the font of all text on web pages to Comic Sans.
حجم الملف 3.19 KB
عدد التثبيتات 27
النسخة الحالية 1.0
آخر تحديث 2023-04-03
تاريخ النشر 2023-04-03
المطور Sumo Marketing Solutions
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Everywhere",
    "version": "1.0",
    "description": "Changes the font of all text on web pages to Comic Sans.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}