New Tab - What Color is It
The time... now in color.
什么是New Tab - What Color is It?
New Tab - What Color is It是由太空饭否开发组开发的Chrome扩展程序,该扩展的主要功能是“The time... now in color.”。
扩展截图
下载New Tab - What Color is It扩展crx文件
下载New Tab - What Color is It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes. Click the time or color to copy. Fork on GitHub: https://github.com/riophae/what-color-is-it The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/ Based on http://whatcolourisit.scn9a.org/
扩展基本信息
名称 | New Tab - What Color is It |
ID | kdbefpgedbmgcndbjgegpomamfkiejoa |
官方URL | https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa |
简介 | The time... now in color. |
文件大小 | 43.6 KB |
安装次数 | 256 |
当前版本 | 0.1.3 |
更新时间 | 2014-12-28 |
上架时间 | 2014-12-28 |
评分 | 4.78/5 共9次评分 |
开发者 | 太空饭否开发组 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "whatcolorisit.html" }, "description": "The time... now in color.", "icons": { "256": "icon_256.png", "128": "icon_128.png", "96": "icon_96.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "New Tab - What Color is It", "version": "0.1.3", "permissions": [ "clipboardWrite " ], "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'" } |