TimeNow

Allowing users to easily track the current time across different regions of the world.

TimeNow là gì?

TimeNow là một tiện ích mở rộng Chrome được phát triển bởi Playdigo Inc, và tính năng chính của nó là "Allowing users to easily track the current time across different regions of the world.".

Ả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 TimeNow

Tải xuống các tệp mở rộng TimeNow 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

                        Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches.

By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use -  http://timenow.world/terms-and-conditions/
and Privacy Policy - http://timenow.world/privacy-policy/

You can find more about us here:
http://timenow.world/about-us/                    

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

Tên TimeNow TimeNow
ID afilbkkbagloanfddkgnbeamaoekando
URL Chính Thức https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando
Mô tả Allowing users to easily track the current time across different regions of the world.
Kích Thước Tệp 3.28 MB
Số Lần Cài Đặt 7,941
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-09-06
Ngày Phát Hành 2023-07-02
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Playdigo Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://timenow.world/
URL Trang Chính Sách Bảo Mật https://playdigo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeNow",
    "description": "Allowing users to easily track the current time across different regions of the world.",
    "version": "2.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}