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'" } |