Clock

A simple and customizable clock

Wat is Clock?

Clock is een Chrome-extensie ontwikkeld door Mohammed Babur, en de belangrijkste functie is "A simple and customizable clock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clock

Download Clock-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

                        Simple clock that you can customize.

Options include colors, analog/digital, 12hour/24hour, pop-up size, font. It is usable as a home page. 

Watch the video to see how to use the options.                    

Basisinformatie over de Extensie

Naam Clock Clock
ID lhnilmmbjipfingcjmghmdnenpcnaece
Officiële URL https://chromewebstore.google.com/detail/clock/lhnilmmbjipfingcjmghmdnenpcnaece
Beschrijving A simple and customizable clock
Bestandsgrootte 233 KB
Aantal Installaties 1,850
Huidige Versie 2.2
Laatst Bijgewerkt 2015-02-02
Publicatiedatum 2015-02-01
Beoordeling 2.82/5 Totaal 11 Beoordelingen
Ontwikkelaar Mohammed Babur
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock",
    "description": "A simple and customizable clock",
    "version": "2.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "clock.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}