0x23CLOCK

Pretty Clock

Vad är 0x23CLOCK?

0x23CLOCK är en Chrome-tillägg utvecklad av touchy, och dess huvudfunktion är "Pretty Clock".

Tilläggsskärmbilder

screenshot

Ladda ner 0x23CLOCK-förlängningens CRX-fil

Ladda ner 0x23CLOCK-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

                        A nifty clock that changes the color of the page to the hex color of time.


Toggle Full Screen: 'F'

based off: http://www.jacopocolo.com/hexclock/#.
Source: https://github.com/seanstar12/0x23CLOCK                    

Grundläggande Information om Tillägg

Namn 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
Officiell webbadress https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Beskrivning Pretty Clock
Filstorlek 86.61 KB
Antal Installationer 286
Aktuell Version 0.1.2
Senast Uppdaterad 2014-06-20
Publiceringsdatum 2014-06-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare touchy
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "0x23CLOCK",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Pretty Clock",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/iconPage.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "clock.html"
    ]
}