Background Changer

apply different colors to webpage background and find which looks perfect

Background Changerคืออะไร?

Background Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ermajsurfaceret และคุณลักษณะหลักของมันคือ "apply different colors to webpage background and find which looks perfect"

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

screenshot

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

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

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

                        Background Changer help you apply different colors to your favorite websites background.                    

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

ชื่อ Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
คำอธิบาย apply different colors to webpage background and find which looks perfect
ขนาดไฟล์ 19.77 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2022-07-07
วันที่เผยแพร่ 2022-07-07
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ermajsurfaceret
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}