Hex Clock
Color changing clock based on current time converted to hex color codes
Was ist Hex Clock?
Hex Clock ist eine Chrome-Erweiterung, die von billsearle entwickelt wurde, und ihr Hauptmerkmal ist "Color changing clock based on current time converted to hex color codes".
Erweiterungsscreenshots
Hex Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hex Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdonflklnjbgccapfenhjdanehgejbkj |
| Offizielle URL | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
| Beschreibung | Color changing clock based on current time converted to hex color codes |
| Dateigröße | 134 KB |
| Installationsanzahl | 72 |
| Aktuelle Version | 0.3.1 |
| Letztes Update | 2014-12-19 |
| Veröffentlichungsdatum | 2014-12-19 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | billsearle |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://billsearle.me |
| Hilfeseite URL | https://github.com/searleb/color-clock/issues |
| Unterstützte Sprachen | 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"
}
} | |