Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

Every Time Zone New Tabคืออะไร?

Every Time Zone New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Simpson Apps และคุณลักษณะหลักของมันคือ "Replaces the default new tab with everytimezone.com."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Every Time Zone New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}