Days Since (Days Count)

Displays the number of days since a specified date right in the toolbar. (Days Count)

¿Qué es Days Since (Days Count)?

Days Since (Days Count) es una extensión de Chrome desarrollada por virajctech, y su función principal es "Displays the number of days since a specified date right in the toolbar. (Days Count)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Days Since (Days Count)

Descarga archivos de extensión Days Since (Days Count) 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

                        It's a great tool to Break bad habits / Create good habits / Track how far you have come since some important day.

It's a days count that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs.

Easily change the date by clicking on the extension logo.

This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results!

This extension is open source: https://github.com/virajvchavan/daysCount                    

Información Básica de la Extensión

Nombre Days Since (Days Count) Days Since (Days Count)
ID emhhhnhbnjkilmhkiibfhjmefpipnmke
URL Oficial https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke
Descripción Displays the number of days since a specified date right in the toolbar. (Days Count)
Tamaño del Archivo 23.59 KB
Cantidad de Instalaciones 1,284
Versión Actual 1.1
Última Actualización 2019-08-31
Fecha de Publicación 2019-08-31
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador virajctech
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/virajvchavan/daysCount
URL de la Página de Ayuda https://github.com/virajvchavan/daysCount
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Days Since (Days Count)",
    "short_name": "Days Since",
    "version": "1.1",
    "description": "Displays the number of days since a specified date right in the toolbar. (Days Count)",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "Click here to set the date",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}