Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

Every Time Zone New Tab là gì?

Every Time Zone New Tab là một tiện ích mở rộng Chrome được phát triển bởi David Simpson Apps, và tính năng chính của nó là "Replaces the default new tab with everytimezone.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Every Time Zone New Tab

Tải xuống các tệp mở rộng Every Time Zone New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Massively simplified.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
URL Chính Thức https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
Mô tả Replaces the default new tab with everytimezone.com.
Kích Thước Tệp 38.21 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2021-03-05
Ngày Phát Hành 2019-02-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển David Simpson Apps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
URL Trang Trợ Giúp http://twitter.com/dvdsmpsn
URL Trang Chính Sách Bảo Mật https://www.dsapps.dev/data-security-privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}