EveryWhereClock
An extension that enables you to set and view the time everywhere in the world!
Τι είναι το EveryWhereClock;
Το EveryWhereClock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Y.S.E Holdings LTD, και η κύρια λειτουργία του είναι "An extension that enables you to set and view the time everywhere in the world!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EveryWhereClock
Λήψη αρχείων επέκτασης 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 |
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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } |