TimeNow
Allowing users to easily track the current time across different regions of the world.
Cos'è TimeNow?
TimeNow è un'estensione di Chrome sviluppata da Playdigo Inc, e la sua funzione principale è "Allowing users to easily track the current time across different regions of the world.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TimeNow
Scarica i file di estensione TimeNow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches. By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use - http://timenow.world/terms-and-conditions/ and Privacy Policy - http://timenow.world/privacy-policy/ You can find more about us here: http://timenow.world/about-us/
Informazioni di Base sull'Estensione
Nome | |
ID | afilbkkbagloanfddkgnbeamaoekando |
URL Ufficiale | https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando |
Descrizione | Allowing users to easily track the current time across different regions of the world. |
Dimensione del File | 3.28 MB |
Conteggio Installazioni | 7,941 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2023-09-06 |
Data di Pubblicazione | 2023-07-02 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | Playdigo Inc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://timenow.world/ |
URL della Pagina della Politica sulla Privacy | https://playdigo.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TimeNow", "description": "Allowing users to easily track the current time across different regions of the world.", "version": "2.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png" }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } } |