Change Background Color
change the current site background to your desired color
Change Background Colorคืออะไร?
Change Background Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hoishing และคุณลักษณะหลักของมันคือ "change the current site background to your desired color"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change Background Color
ดาวน์โหลดไฟล์ส่วนขยาย Change Background Color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
คำอธิบาย | change the current site background to your desired color |
ขนาดไฟล์ | 15.48 KB |
จำนวนการติดตั้ง | 304 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-09-09 |
วันที่เผยแพร่ | 2023-08-10 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | hoishing |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/hoishing/chrome-change-background-color |
URL หน้าช่วยเหลือ | https://github.com/hoishing/chrome-change-background-color/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |