Palettes Tab
8 Beautiful Palettes With Every New Tab!
什么是Palettes Tab?
Palettes Tab是由https://trendypalettes.com开发的Chrome扩展程序,该扩展的主要功能是“8 Beautiful Palettes With Every New Tab!”。
扩展截图
下载Palettes Tab扩展crx文件
下载Palettes Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Curated collection of 8 beautiful color palettes, updated in every new tab! 扩展基本信息
| 名称 | |
| ID | monbbbemnbnemmglimfodaomdonmjihp |
| 官方URL | https://chromewebstore.google.com/detail/palettes-tab/monbbbemnbnemmglimfodaomdonmjihp |
| 简介 | 8 Beautiful Palettes With Every New Tab! |
| 文件大小 | 14 KB |
| 安装次数 | 442 |
| 当前版本 | 1 |
| 更新时间 | 2018-09-08 |
| 上架时间 | 2018-09-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://trendypalettes.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://trendypalettes.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Palettes Tab",
"description": "8 Beautiful Palettes With Every New Tab!",
"version": "1",
"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"
}
} | |