0x23CLOCK

Pretty Clock

Was ist 0x23CLOCK?

0x23CLOCK ist eine Chrome-Erweiterung, die von touchy entwickelt wurde, und ihr Hauptmerkmal ist "Pretty Clock".

Erweiterungsscreenshots

screenshot

0x23CLOCK-Erweiterungs-CRX-Datei herunterladen

Laden Sie 0x23CLOCK-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
Offizielle URL https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
Beschreibung Pretty Clock
Dateigröße 86.61 KB
Installationsanzahl 286
Aktuelle Version 0.1.2
Letztes Update 2014-06-20
Veröffentlichungsdatum 2014-06-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler touchy
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}