World Clock

An extension which displays time in different timezones.

Wat is World Clock?

World Clock is een Chrome-extensie ontwikkeld door Rajasri Systems, en de belangrijkste functie is "An extension which displays time in different timezones.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie World Clock

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

                        An extension to display time in different time zones. 
300+ timezones available. 
Automatic synchronisation with the system timezone. 
Setup the world clock!                    

Basisinformatie over de Extensie

Naam World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Officiële URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Beschrijving An extension which displays time in different timezones.
Bestandsgrootte 6.15 MB
Aantal Installaties 69
Huidige Versie 2.1
Laatst Bijgewerkt 2023-04-13
Publicatiedatum 2021-04-11
Ontwikkelaar Rajasri Systems
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://rajasri.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clock",
    "description": "An extension which displays time in different timezones.",
    "version": "2.1",
    "author": "Rajasri Systems",
    "browser_action": {
        "default_icon": "images\/worldclockfavicon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "index.html"
    },
    "icons": {
        "16": "images\/worldclockfavicon.png",
        "32": "images\/worldclock32x32.png",
        "48": "images\/worldclock48x48.png",
        "128": "images\/worldclock128x128.png"
    }
}