World Clock

An extension which displays time in different timezones.

What is World Clock?

World Clock is a Chrome extension developed by Rajasri Systems, and its main feature is "An extension which displays time in different timezones.".

Extension Screenshots

screenshot

Download World Clock Extension CRX File

Download World Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name World Clock World Clock
ID nfigbefbepjmkffdeelklglfjponlpbo
Official URL https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo
Description An extension which displays time in different timezones.
File Size 6.15 MB
Installation Count 69
Current Version 2.1
Last Updated 2023-04-13
Publish Date 2021-04-11
Developer Rajasri Systems
Email [email protected]
Payment Type free
Privacy Policy Page URL https://rajasri.com/privacy-policy
Supported Languages 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"
    }
}