Colorful Google
Colorful Background for www.google.com and search results_abx
Colorful Google là gì?
Colorful Google là một tiện ích mở rộng Chrome được phát triển bởi abx, và tính năng chính của nó là "Colorful Background for www.google.com and search results_abx".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Colorful Google
Tải xuống các tệp mở rộng Colorful Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nijkdbmjokomfpcmadpjbholbnopmeee |
URL Chính Thức | https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee |
Mô tả | Colorful Background for www.google.com and search results_abx |
Kích Thước Tệp | 13.5 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-11-11 |
Ngày Phát Hành | 2020-11-11 |
Nhà Phát Triển | abx |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bhattcodes.github.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |