World Clocks New Tab

Replace your New Tab with a list of world Clocks.

What is World Clocks New Tab?

World Clocks New Tab is a Chrome extension developed by joaxap, and its main feature is "Replace your New Tab with a list of world Clocks.".

Extension Screenshots

screenshot

Download World Clocks New Tab Extension CRX File

Download World Clocks New Tab 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

                        Display a list of clocks from all time zones of the world in your new tab page. That simple.                    

Extension Basic Information

Name World Clocks New Tab World Clocks New Tab
ID hmkjkkkebpjcabkafnefgibifoccimgd
Official URL https://chromewebstore.google.com/detail/world-clocks-new-tab/hmkjkkkebpjcabkafnefgibifoccimgd
Description Replace your New Tab with a list of world Clocks.
File Size 218 KB
Installation Count 340
Current Version 1.0.0
Last Updated 2020-02-10
Publish Date 2020-02-10
Rating 5.00/5 Total 3 Ratings
Developer joaxap
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "description": "Replace your New Tab with a list of world Clocks.",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}