0x23CLOCK

Pretty Clock

Wat is 0x23CLOCK?

0x23CLOCK is een Chrome-extensie ontwikkeld door touchy, en de belangrijkste functie is "Pretty Clock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 0x23CLOCK

Download 0x23CLOCK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
Officiële URL https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Beschrijving Pretty Clock
Bestandsgrootte 86.61 KB
Aantal Installaties 286
Huidige Versie 0.1.2
Laatst Bijgewerkt 2014-06-20
Publicatiedatum 2014-06-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar touchy
Betalingswijze free
Ondersteunde Talen 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"
    ]
}