TimeNow

Allowing users to easily track the current time across different regions of the world.

¿Qué es TimeNow?

TimeNow es una extensión de Chrome desarrollada por Playdigo Inc, y su función principal es "Allowing users to easily track the current time across different regions of the world.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TimeNow

Descarga archivos de extensión TimeNow en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre TimeNow TimeNow
ID afilbkkbagloanfddkgnbeamaoekando
URL Oficial https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando
Descripción Allowing users to easily track the current time across different regions of the world.
Tamaño del Archivo 3.28 MB
Cantidad de Instalaciones 7,941
Versión Actual 2.1
Última Actualización 2023-09-06
Fecha de Publicación 2023-07-02
Calificación 4.75/5 Total de 8 Calificaciones
Desarrollador Playdigo Inc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://timenow.world/
URL de la Página de Política de Privacidad https://playdigo.com/privacy-policy
Idiomas Soportados 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"
    }
}