Days Since (Days Count)

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

Cos'è Days Since (Days Count)?

Days Since (Days Count) è un'estensione di Chrome sviluppata da virajctech, e la sua funzione principale è "Displays the number of days since a specified date right in the toolbar. (Days Count)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Days Since (Days Count)

Scarica i file di estensione Days Since (Days Count) 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

                        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                    

Informazioni di Base sull'Estensione

Nome Days Since (Days Count) Days Since (Days Count)
ID emhhhnhbnjkilmhkiibfhjmefpipnmke
URL Ufficiale https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke
Descrizione Displays the number of days since a specified date right in the toolbar. (Days Count)
Dimensione del File 23.59 KB
Conteggio Installazioni 1,284
Versione Corrente 1.1
Ultimo Aggiornamento 2019-08-31
Data di Pubblicazione 2019-08-31
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore virajctech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/virajvchavan/daysCount
URL della Pagina di Aiuto https://github.com/virajvchavan/daysCount
Lingue Supportate 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"
    }
}