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 |
官方網址 | 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'" } |