Stylizer

Give websites user-defined CSS's.

ما هو Stylizer؟

Stylizer هو إضافة Chrome تم تطويرها بواسطة alchen، والميزة الرئيسية لها هي "Give websites user-defined CSS's.".

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

screenshot

تحميل ملف CRX للإضافة Stylizer

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

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

                        Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that.

Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.                    

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

الاسم Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
الوصف Give websites user-defined CSS's.
حجم الملف 49.52 KB
عدد التثبيتات 185
النسخة الحالية 1.1
آخر تحديث 2018-02-13
تاريخ النشر 2018-02-13
تقييم 4.00/5 مجموع تقييمات 4
المطور alchen
نوع الدفع free
موقع الإضافة https://github.com/alchen/stylizer
عنوان صفحة المساعدة https://github.com/alchen/stylizer/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylizer",
    "description": "Give websites user-defined CSS's.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}