Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Color Clockとは何ですか?
Color Clockはgoogleによって開発されたChromeの拡張機能で、その主な機能は「Clock that uses hex numbers to display the color that correlates with the exact time.」です。
拡張機能のスクリーンショット
Color Clock拡張機能のCRXファイルをダウンロード
Color Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Color Clock extension will brighten up your day and your browser background according to the time. It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period. The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background. Never a boring moment with Color Clock. Get it here today . . .
拡張機能の基本情報
名前 | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
公式URL | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
説明 | Clock that uses hex numbers to display the color that correlates with the exact time. |
ファイルサイズ | 27 KB |
インストール数 | 15 |
現在のバージョン | 1.0 |
最終更新日 | 2015-08-24 |
公開日 | 2015-08-24 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Clock", "description": "Clock that uses hex numbers to display the color that correlates with the exact time.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "public\/index.html" } } |