Life Counter

Counting the moments of your life

Cos'è Life Counter?

Life Counter è un'estensione di Chrome sviluppata da jin.alex, e la sua funzione principale è "Counting the moments of your life".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Life Counter

Scarica i file di estensione Life Counter 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

                        Minimalistic counter that shows time between a specified date and now on all your new tabs.

v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to

Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.

Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc                    

Informazioni di Base sull'Estensione

Nome Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
URL Ufficiale https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
Descrizione Counting the moments of your life
Dimensione del File 104 KB
Conteggio Installazioni 839
Versione Corrente 2.0.0
Ultimo Aggiornamento 2016-01-01
Data di Pubblicazione 2015-12-31
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore jin.alex
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Counter",
    "description": "Counting the moments of your life",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}