Hex Clock
Color changing clock based on current time converted to hex color codes
Hvad er Hex Clock?
Hex Clock er en Chrome-udvidelse udviklet af billsearle, og dens hovedfunktion er "Color changing clock based on current time converted to hex color codes".
Udvidelsesskærmbilleder
Download Hex Clock-udvidelses-CRX-fil
Download Hex Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hex Clock |
ID | pdonflklnjbgccapfenhjdanehgejbkj |
Officiel URL | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
Beskrivelse | Color changing clock based on current time converted to hex color codes |
Filstørrelse | 134 KB |
Antal Installationer | 72 |
Nuværende Version | 0.3.1 |
Senest Opdateret | 2014-12-19 |
Udgivelsesdato | 2014-12-19 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | billsearle |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://billsearle.me |
Hjælpeside-URL | https://github.com/searleb/color-clock/issues |
Understøttede Sprog | 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" } } |