Today's Date

Show's you today's date and some other info...

¿Qué es Today's Date?

Today's Date es una extensión de Chrome desarrollada por https://singleclickapps.com, y su función principal es "Show's you today's date and some other info...".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Today's Date

Descarga archivos de extensión Today's Date 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

                        Just a simple extension that will show you today's date and some related info. 

Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ...

You can change the date format on the options page (right-click on the extension's icon and select "Options")                    

Información Básica de la Extensión

Nombre Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
URL Oficial https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
Descripción Show's you today's date and some other info...
Tamaño del Archivo 67.12 KB
Cantidad de Instalaciones 663
Versión Actual 1.0.0.0
Última Actualización 2017-10-12
Fecha de Publicación 2017-10-12
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador https://singleclickapps.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://singleclickapps.com/todays-extension
URL de la Página de Política de Privacidad https://singleclickapps.com/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Today's  Date ",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
    "description": "Show's you today's date and some other info...",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "offline_enabled": true,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Today's Date",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}