World Clock Extension

Present various world clocks on your new tab!

What is World Clock Extension?

World Clock Extension is a Chrome extension developed by Speediverse, and its main feature is "Present various world clocks on your new tab!".

Extension Screenshots

screenshot
screenshot

Download World Clock Extension Extension CRX File

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

                        World Clocks is a fine extension for the finest of people who seek to know the exact time even if its not in their region.

By clicking "Add to Chrome", I accept and agree to install the World Clocks Extension Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing.

https://speediverse.net/terms - Terms.
https://speediverse.net/privacy-policy - Privacy Policy.
https://speediverse.net/ - About.
https://speediverse.net/contact-us - Contact Us.                    

Extension Basic Information

Name World Clock Extension World Clock Extension
ID ikfliiolmonncdlfneobmpiapheckdch
Official URL https://chromewebstore.google.com/detail/world-clock-extension/ikfliiolmonncdlfneobmpiapheckdch
Description Present various world clocks on your new tab!
File Size 330 KB
Installation Count 11,283
Current Version 1.0.6
Last Updated 2022-12-11
Publish Date 2022-08-25
Rating 5.00/5 Total 4 Ratings
Developer Speediverse
Email [email protected]
Payment Type free
Privacy Policy Page URL https://speediverse.net/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock Extension",
    "description": "Present various world clocks on your new tab!",
    "manifest_version": 3,
    "version": "1.0.6",
    "chrome_url_overrides": {
        "newtab": "forms.html"
    },
    "action": {
        "default_title": "World Clock",
        "default_icon": "\/icons\/48.png"
    },
    "icons": {
        "48": "\/icons\/48.png",
        "16": "\/icons\/16.png",
        "128": "\/icons\/48.png"
    }
}