TZ Clock

Calendar and clock showing multiple time zones

Wat is TZ Clock?

TZ Clock is een Chrome-extensie ontwikkeld door kamrik, en de belangrijkste functie is "Calendar and clock showing multiple time zones".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TZ Clock

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

                        Adds a clock icon to your toolbar, when clicked it will display a popup with simple calendar and time in several time zones of your choice.                    

Basisinformatie over de Extensie

Naam TZ Clock TZ Clock
ID bpeaahhicpbbcnhpokblbhfjcnclfpen
Officiële URL https://chromewebstore.google.com/detail/tz-clock/bpeaahhicpbbcnhpokblbhfjcnclfpen
Beschrijving Calendar and clock showing multiple time zones
Bestandsgrootte 234 KB
Aantal Installaties 402
Huidige Versie 0.1.2
Laatst Bijgewerkt 2017-04-03
Publicatiedatum 2017-04-02
Beoordeling 3.80/5 Totaal 10 Beoordelingen
Ontwikkelaar kamrik
Betalingswijze free
Extensiewebsite https://github.com/kamrik/TZClockExt
Help Pagina-URL https://github.com/kamrik/TZClockExt/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TZ Clock",
    "short_name": "TZ Clock",
    "description": "Calendar and clock showing multiple time zones",
    "version": "0.1.2",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}