Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

What is Every Time Zone New Tab?

Every Time Zone New Tab is a Chrome extension developed by David Simpson Apps, and its main feature is "Replaces the default new tab with everytimezone.com.".

Extension Screenshots

screenshot

Download Every Time Zone New Tab Extension CRX File

Download Every Time Zone 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

                        Massively simplified.

Just does this:
window.location.href = "https://everytimezone.com/"                    

Extension Basic Information

Name Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
Official URL https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
Description Replaces the default new tab with everytimezone.com.
File Size 38.21 KB
Installation Count 60
Current Version 2
Last Updated 2021-03-05
Publish Date 2019-02-22
Rating 5.00/5 Total 1 Ratings
Developer David Simpson Apps
Email [email protected]
Payment Type free
Extension Website https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
Help Page URL http://twitter.com/dvdsmpsn
Privacy Policy Page URL https://www.dsapps.dev/data-security-privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Every Time Zone New Tab",
    "version": "2",
    "manifest_version": 2,
    "description": "Replaces the default new tab with everytimezone.com.",
    "homepage_url": "http:\/\/davidsimpson.me\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}