Colorful Google
Colorful Background for www.google.com and search results_abx
什么是Colorful Google?
Colorful Google是由abx开发的Chrome扩展程序,该扩展的主要功能是“Colorful Background for www.google.com and search results_abx”。
扩展截图
下载Colorful Google扩展crx文件
下载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" } } |