ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
什么是ColorClock New Tab?
ColorClock New Tab是由Aahlad Madireddy开发的Chrome扩展程序,该扩展的主要功能是“A beautiful & minimalistic NewTab page featuring a color clock.”。
扩展截图
下载ColorClock New Tab扩展crx文件
下载ColorClock New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimalistic new-tab page featuring a color clock. The time is converted into a color which is used as the background color of the page. Includes links to common sites, as well as a searchbar to search Google. Also includes a Top Sites and Bookmarks panel for easy access to your favorite websites. Shows top 10 sites and 10 most recent bookmarks. 扩展基本信息
| 名称 | |
| ID | amlnillaahajflmgalpdklapcaajcgao |
| 官方URL | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
| 简介 | A beautiful & minimalistic NewTab page featuring a color clock. |
| 文件大小 | 155 KB |
| 安装次数 | 53 |
| 当前版本 | 1.3 |
| 更新时间 | 2015-08-17 |
| 上架时间 | 2015-08-17 |
| 开发者 | Aahlad Madireddy |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.3",
"name": "ColorClock New Tab",
"short_name": "ColorClock",
"description": "A beautiful & minimalistic NewTab page featuring a color clock.",
"author": "Aahlad Madireddy",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"chrome:\/\/favicon\/",
"topSites",
"bookmarks"
],
"icons": {
"32": "SmallIcon.png",
"64": "Icon64.png",
"128": "Icon.png"
}
} | |