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
公式URL 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
Eメール [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\/*"
    ]
}