Comic Sans-ifer 3000

Changes everything to Comic Sans for no reason

ما هو Comic Sans-ifer 3000؟

Comic Sans-ifer 3000 هو إضافة Chrome تم تطويرها بواسطة Clarissa Kleveno، والميزة الرئيسية لها هي "Changes everything to Comic Sans for no reason".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Comic Sans-ifer 3000

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

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

                        Tired of websites using multiple and confusing fonts? With the Comic Sans-ifer 3000 you can finally browse the web all with one unified font! Google, Facebook, and even email will all be written in the beautiful and poetic font of Comic Sans. Great of easy reading, or just to mess with your friends!                    

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

الاسم Comic Sans-ifer 3000 Comic Sans-ifer 3000
ID ijajmibgdlfdoadimfhindodmnkdhmcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/comic-sans-ifer-3000/ijajmibgdlfdoadimfhindodmnkdhmcp
الوصف Changes everything to Comic Sans for no reason
حجم الملف 24.35 KB
عدد التثبيتات 35
النسخة الحالية 0.1.0
آخر تحديث 2017-03-04
تاريخ النشر 2017-03-04
تقييم 5.00/5 مجموع تقييمات 4
المطور Clarissa Kleveno
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans-ifer 3000",
    "version": "0.1.0",
    "description": "Changes everything to Comic Sans for no reason",
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "",
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}