EveryWhereClock

An extension that enables you to set and view the time everywhere in the world!

EveryWhereClock là gì?

EveryWhereClock là một tiện ích mở rộng Chrome được phát triển bởi Y.S.E Holdings LTD, và tính năng chính của nó là "An extension that enables you to set and view the time everywhere in 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 EveryWhereClock

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

                        Introducing EveryWhereClock: your essential Chrome Web Store extension for effortless time zone tracking. Add and customize multiple clocks, each displaying a different time zone, making global scheduling a breeze. Stay connected with friends, family, and colleagues worldwide without the hassle of time zone conversions. Experience real-time updates, intuitive controls, and minimal resource usage. Download EveryWhereClock now and stay in sync with the world, no matter where you are.

By Clicking "add to Chrome", I accept and agree to installing EveryWhereClock extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use https://yse-media.com/Terms-Of-Use/ and privacy policy https://yse-media.com/privacy-policy/                    

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

Tên EveryWhereClock EveryWhereClock
ID kkaphbadaniplkokccnnfceckmmclpik
URL Chính Thức https://chromewebstore.google.com/detail/everywhereclock/kkaphbadaniplkokccnnfceckmmclpik
Mô tả An extension that enables you to set and view the time everywhere in the world!
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 9,025
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-20
Ngày Phát Hành 2023-08-16
Đánh Giá 4.17/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Y.S.E Holdings LTD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://yse-media.com/
URL Trang Trợ Giúp https://yse-media.com/privacy-policy/
URL Trang Chính Sách Bảo Mật https://yse-media.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.1",
    "author": "YSE media",
    "name": "EveryWhereClock",
    "description": "An extension that enables you to set and view the time everywhere in the world!",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.every-whereclock.com\/*"
    ]
}