Pastel Tab
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…
什么是Pastel Tab?
Pastel Tab是由williamyeny开发的Chrome扩展程序,该扩展的主要功能是“Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.…”。
扩展截图
下载Pastel Tab扩展crx文件
下载Pastel Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.
This project is inspired by automatic pastels on Tumblr.
Star + fork the project on Github here!
https://github.com/williamyeny/pastel-tab 扩展基本信息
| 名称 | |
| ID | olbihpfkfhmeonjellidnieandnfaapd |
| 官方URL | https://chromewebstore.google.com/detail/pastel-tab/olbihpfkfhmeonjellidnieandnfaapd |
| 简介 | Get a new pastel color every time you open a new tab! You can also cycle through colors automatically with a customizable speed.… |
| 文件大小 | 79.39 KB |
| 安装次数 | 3,824 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-02-21 |
| 上架时间 | 2017-02-21 |
| 评分 | 2.76/5 共58次评分 |
| 开发者 | williamyeny |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pastel Tab",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
]
} | |