EveryWhereClock

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

什麼是EveryWhereClock?

EveryWhereClock是由Y.S.E Holdings LTD開發的Chrome擴展程式,該擴展的主要功能是“An extension that enables you to set and view the time everywhere in the world!”。

擴展截圖

screenshot

下載EveryWhereClock擴展crx文件

下載EveryWhereClock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 EveryWhereClock EveryWhereClock
ID kkaphbadaniplkokccnnfceckmmclpik
官方網址 https://chromewebstore.google.com/detail/everywhereclock/kkaphbadaniplkokccnnfceckmmclpik
簡介 An extension that enables you to set and view the time everywhere in the world!
檔案大小 1.13 MB
安裝次數 9,025
目前版本 1.1
更新時間 2024-01-20
上架時間 2023-08-16
評分 4.17/5 共 24 次評分
開發者 Y.S.E Holdings LTD
電子郵箱 [email protected]
付費類型 free
擴展官網 https://yse-media.com/
說明頁面URL https://yse-media.com/privacy-policy/
隱私政策頁面URL https://yse-media.com/privacy-policy
支援的語言 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\/*"
    ]
}