Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

Apa itu Every Time Zone New Tab?

Every Time Zone New Tab adalah ekstensi Chrome yang dikembangkan oleh David Simpson Apps, dan fitur utamanya adalah "Replaces the default new tab with everytimezone.com.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Every Time Zone New Tab

Unduh file ekstensi Every Time Zone New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Massively simplified.

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

Informasi Dasar Ekstensi

Nama Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
URL Resmi https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
Deskripsi Replaces the default new tab with everytimezone.com.
Ukuran File 38.21 KB
Jumlah Instalasi 60
Versi Saat Ini 2
Terakhir Diperbarui 2021-03-05
Tanggal Publikasi 2019-02-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang David Simpson Apps
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
URL Halaman Bantuan http://twitter.com/dvdsmpsn
URL Halaman Kebijakan Privasi https://www.dsapps.dev/data-security-privacy
Bahasa yang Didukung 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"
    }
}