Change Website Background

Changes the background of webpages to a custom image or colour.

Change Website Backgroundคืออะไร?

Change Website Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kA และคุณลักษณะหลักของมันคือ "Changes the background of webpages to a custom image or colour."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Website Background

ดาวน์โหลดไฟล์ส่วนขยาย Change Website Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Change the background of most websites to a background colour or image of your choice. 

If you use an image, you can use additional features like blur and white tint opacity. 

Whitelisting and blacklisting available.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
คำอธิบาย Changes the background of webpages to a custom image or colour.
ขนาดไฟล์ 56.71 KB
จำนวนการติดตั้ง 578
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2016-10-10
วันที่เผยแพร่ 2016-10-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kA
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Website Background",
    "short_name": "DramaBack",
    "version": "1.0.0.1",
    "description": "Changes the background of webpages to a custom image or colour.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "64": "\/im\/icon1.png"
    },
    "browser_action": {
        "default_icon": "\/im\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/toolbar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}