Color Tab
A Beautiful Color Palette With Every New Tab!
什么是Color Tab?
Color Tab是由https://colorhunt.co开发的Chrome扩展程序,该扩展的主要功能是“A Beautiful Color Palette With Every New Tab!”。
扩展截图
下载Color Tab扩展crx文件
下载Color Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination. 扩展基本信息
| 名称 | |
| ID | hchlgfaicmddilenlflajnmomalehbom |
| 官方URL | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
| 简介 | A Beautiful Color Palette With Every New Tab! |
| 文件大小 | 16.77 KB |
| 安装次数 | 224,286 |
| 当前版本 | 2 |
| 更新时间 | 2020-05-07 |
| 上架时间 | 2020-05-06 |
| 评分 | 4.18/5 共1437次评分 |
| 开发者 | https://colorhunt.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://colorhunt.co |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Color Tab",
"description": "A Beautiful Color Palette With Every New Tab!",
"version": "2",
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |