Themes - Website Style Customizer

Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…

ما هو Themes - Website Style Customizer؟

Themes - Website Style Customizer هو إضافة Chrome تم تطويرها بواسطة Luke Graham، والميزة الرئيسية لها هي "Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…".

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

screenshot

تحميل ملف CRX للإضافة Themes - Website Style Customizer

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

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

                        Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to reapply one when you revisit a page, or you can erase the theme at any time.                    

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

الاسم Themes - Website Style Customizer Themes - Website Style Customizer
ID kledonplgembcoicaeibbamlpkfmdgpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/themes-website-style-cust/kledonplgembcoicaeibbamlpkfmdgpd
الوصف Customize any webpage by changing the font, background color, and text color. Themes are able to be saved so there's no need to…
حجم الملف 227 KB
عدد التثبيتات 77
النسخة الحالية 5.25
آخر تحديث 2022-02-08
تاريخ النشر 2021-01-05
تقييم 4.75/5 مجموع تقييمات 8
المطور Luke Graham
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes - Website Style Customizer",
    "version": "5.25",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Themes",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}