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

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

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