Comic-Sansify

Makes all text comic sans

ما هو Comic-Sansify؟

Comic-Sansify هو إضافة Chrome تم تطويرها بواسطة J، والميزة الرئيسية لها هي "Makes all text comic sans".

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

screenshot

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

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

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

                        Have you ever wanted all the text on your screen to be in Comic Sans MS? Alternatively, has someone you know accidentally left their computer open? Install this extension to change all font on all web pages to Comic Sans MS! (May be helpful to turn off the icon if it's on a friends computer).                    

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

الاسم Comic-Sansify Comic-Sansify
ID ddkjmidefllejkhcilononfkalmbijnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/comic-sansify/ddkjmidefllejkhcilononfkalmbijnk
الوصف Makes all text comic sans
حجم الملف 3.03 KB
عدد التثبيتات 120
النسخة الحالية 1.0
آخر تحديث 2014-12-05
تاريخ النشر 2014-12-05
تقييم 5.00/5 مجموع تقييمات 9
المطور J
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic-Sansify",
    "version": "1.0",
    "description": "Makes all text comic sans",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sheet.css"
            ]
        }
    ]
}