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
公式URL 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
Eメール [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"
    }
}