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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}