0x23CLOCK

Pretty Clock

What is 0x23CLOCK?

0x23CLOCK is a Chrome extension developed by touchy, and its main feature is "Pretty Clock".

Extension Screenshots

screenshot

Download 0x23CLOCK Extension CRX File

Download 0x23CLOCK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
Official URL https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Description Pretty Clock
File Size 86.61 KB
Installation Count 286
Current Version 0.1.2
Last Updated 2014-06-20
Publish Date 2014-06-20
Rating 5.00/5 Total 1 Ratings
Developer touchy
Payment Type free
Supported Languages 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"
    ]
}