Colorful Google
Colorful Background for www.google.com and search results_abx
Colorful Googleคืออะไร?
Colorful Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abx และคุณลักษณะหลักของมันคือ "Colorful Background for www.google.com and search results_abx"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorful Google
ดาวน์โหลดไฟล์ส่วนขยาย Colorful Google ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Colors for Google Background and google search results. Features: ✔️ Beautiful colors. ✔️ background color, changes as you move mouse. ✔️ High contrast - we selected colors that work best even for color blind. ✔️ Changes color on mouse movement make a good disco party like feel. ✔️ Works in fullscreen mode. Like my work, Add your valuable Reviews. Made with ❤ By : abx.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
คำอธิบาย | Colorful Background for www.google.com and search results_abx |
ขนาดไฟล์ | 13.5 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-11-11 |
วันที่เผยแพร่ | 2020-11-11 |
ผู้พัฒนา | abx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://bhattcodes.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorful Google", "description": "Colorful Background for www.google.com and search results_abx", "version": "1.0.0", "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/www.google.com\/*" ] } ], "icons": { "192": "color.png" }, "browser_action": { "default_icon": "color.png", "default_popup": "popup.html" } } |