Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

什麼是Every Time Zone New Tab?

Every Time Zone New Tab是由David Simpson Apps開發的Chrome擴展程式,該擴展的主要功能是“Replaces the default new tab with everytimezone.com.”。

擴展截圖

screenshot

下載Every Time Zone New Tab擴展crx文件

下載Every Time Zone New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Massively simplified.

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

擴展基本資訊

名稱 Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
官方網址 https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
簡介 Replaces the default new tab with everytimezone.com.
檔案大小 38.21 KB
安裝次數 60
目前版本 2
更新時間 2021-03-05
上架時間 2019-02-22
評分 5.00/5 共 1 次評分
開發者 David Simpson Apps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
說明頁面URL http://twitter.com/dvdsmpsn
隱私政策頁面URL https://www.dsapps.dev/data-security-privacy
支援的語言 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"
    }
}