Customize CSS

Change your favourite websites design instantly by using Chrome's Customize CSS extension.

ما هو Customize CSS؟

Customize CSS هو إضافة Chrome تم تطويرها بواسطة Yasser R Shaikh، والميزة الرئيسية لها هي "Change your favourite websites design instantly by using Chrome's Customize CSS extension.".

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

screenshot

تحميل ملف CRX للإضافة Customize CSS

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

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

                        Lets your customize look and feel of any site, and remembers it. Simply override the css  of the existing website and this plugin will remember it.                    

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

الاسم Customize CSS Customize CSS
ID iiigcmcpofchighahjijinjnajfnnidd
عنوان URL الرسمي https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd
الوصف Change your favourite websites design instantly by using Chrome's Customize CSS extension.
حجم الملف 228 KB
عدد التثبيتات 86
النسخة الحالية 1.0
آخر تحديث 2019-08-29
تاريخ النشر 2019-08-24
المطور Yasser R Shaikh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Customize CSS"
    },
    "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
    "manifest_version": 2,
    "name": "Customize CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}