Hex Clock

Color changing clock based on current time converted to hex color codes

Vad är Hex Clock?

Hex Clock är en Chrome-tillägg utvecklad av billsearle, och dess huvudfunktion är "Color changing clock based on current time converted to hex color codes".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hex Clock-förlängningens CRX-fil

Ladda ner Hex Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
Officiell webbadress https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Beskrivning Color changing clock based on current time converted to hex color codes
Filstorlek 134 KB
Antal Installationer 72
Aktuell Version 0.3.1
Senast Uppdaterad 2014-12-19
Publiceringsdatum 2014-12-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare billsearle
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://billsearle.me
Hjälpsida URL https://github.com/searleb/color-clock/issues
Stödda Språk 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"
    }
}