Hex Clock
Color changing clock based on current time converted to hex color codes
Apa itu Hex Clock?
Hex Clock adalah ekstensi Chrome yang dikembangkan oleh billsearle, dan fitur utamanya adalah "Color changing clock based on current time converted to hex color codes".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hex Clock
Unduh file ekstensi Hex Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hex Clock |
ID | pdonflklnjbgccapfenhjdanehgejbkj |
URL Resmi | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
Deskripsi | Color changing clock based on current time converted to hex color codes |
Ukuran File | 134 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2014-12-19 |
Tanggal Publikasi | 2014-12-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | billsearle |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://billsearle.me |
URL Halaman Bantuan | https://github.com/searleb/color-clock/issues |
Bahasa yang Didukung | 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" } } |