Hex Clock
Color changing clock based on current time converted to hex color codes
Hex Clockとは何ですか?
Hex Clockはbillsearleによって開発されたChromeの拡張機能で、その主な機能は「Color changing clock based on current time converted to hex color codes」です。
拡張機能のスクリーンショット
Hex Clock拡張機能のCRXファイルをダウンロード
Hex Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lighten up.
The Hex Clock for Chrome replaces your new tab with a 24hr clock and corresponding hex coded background. Seamlessly fading into the next colour every second. 拡張機能の基本情報
| 名前 | |
| ID | pdonflklnjbgccapfenhjdanehgejbkj |
| 公式URL | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
| 説明 | Color changing clock based on current time converted to hex color codes |
| ファイルサイズ | 134 KB |
| インストール数 | 72 |
| 現在のバージョン | 0.3.1 |
| 最終更新日 | 2014-12-19 |
| 公開日 | 2014-12-19 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | billsearle |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://billsearle.me |
| ヘルプページのURL | https://github.com/searleb/color-clock/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hex Clock",
"description": "Color changing clock based on current time converted to hex color codes",
"version": "0.3.1",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
}
} | |