Comic Sams

Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.

ما هو Comic Sams؟

Comic Sams هو إضافة Chrome تم تطويرها بواسطة https://comicsams.nrdesign.xyz، والميزة الرئيسية لها هي "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.".

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

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

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

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

                        The Comic Sams Chrome Extension was built for those who are looking to always keep the beauty of Comic Sans with them. With a bit of extra flashiness added in, it not only replaces all your browser text with Comic Sans, but it randomizes the colors as well. To give the pages some dimensionality, the images are replaced with a random gif of the user's choosing and elements of the web page are constantly spinning. Finally, to easily let you know the extension is on and working correctly, the background colors rapidly transition between multiple colors.                    

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

الاسم Comic Sams Comic Sams
ID miodnionkealgmgafpmpilhlbgbabjdg
عنوان URL الرسمي https://chromewebstore.google.com/detail/comic-sams/miodnionkealgmgafpmpilhlbgbabjdg
الوصف Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.
حجم الملف 65.96 KB
عدد التثبيتات 36
النسخة الحالية 4.5
آخر تحديث 2019-08-04
تاريخ النشر 2019-08-02
تقييم 5.00/5 مجموع تقييمات 3
المطور https://comicsams.nrdesign.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://comicsams.nrdesign.xyz
عنوان صفحة المساعدة https://comicsams.nrdesign.xyz/feedback
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sams",
    "description": "Comic Sams makes your Chrome browsing experience prettier, flashier, and more enjoyable.",
    "version": "4.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "changes.js"
            ]
        }
    ]
}