Digital Clock

Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.

¿Qué es Digital Clock?

Digital Clock es una extensión de Chrome desarrollada por https://digital-clock-tab.com, y su función principal es "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Digital Clock

Descarga archivos de extensión Digital Clock 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

                        The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces.

Features :
★ Modern digital clock interface
★ Display current location temperature
★ Avoid distractions and improve focus

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

Información Básica de la Extensión

Nombre Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
URL Oficial https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
Descripción Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
Tamaño del Archivo 661 KB
Cantidad de Instalaciones 46,160
Versión Actual 1.0.2
Última Actualización 2023-04-13
Fecha de Publicación 2022-11-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://digital-clock-tab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://digital-clock-tab.com/
URL de la Página de Política de Privacidad https://questa.mobi/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Clock",
    "short_name": "Digital Clock",
    "version": "1.0.2",
    "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Digital Clock"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "geolocation"
    ]
}