EveryWhereClock

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

Co je EveryWhereClock?

EveryWhereClock je rozšíření Chrome vyvinuté Y.S.E Holdings LTD, a jeho hlavní funkcí je „An extension that enables you to set and view the time everywhere in the world!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EveryWhereClock

Stáhněte si soubory rozšíření EveryWhereClock ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název EveryWhereClock EveryWhereClock
ID kkaphbadaniplkokccnnfceckmmclpik
Oficiální URL https://chromewebstore.google.com/detail/everywhereclock/kkaphbadaniplkokccnnfceckmmclpik
Popis An extension that enables you to set and view the time everywhere in the world!
Velikost souboru 1.13 MB
Počet instalací 9,025
Aktuální Verze 1.1
Poslední Aktualizace 2024-01-20
Datum Vydání 2023-08-16
Hodnocení 4.17/5 Celkem 24 Hodnocení
Vývojář Y.S.E Holdings LTD
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://yse-media.com/
URL Stránky Nápovědy https://yse-media.com/privacy-policy/
URL Stránky Zásad Ochrany Soukromí https://yse-media.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}