Life Counter

Counting the moments of your life

Was ist Life Counter?

Life Counter ist eine Chrome-Erweiterung, die von jin.alex entwickelt wurde, und ihr Hauptmerkmal ist "Counting the moments of your life".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Life Counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Life Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
Offizielle URL https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
Beschreibung Counting the moments of your life
Dateigröße 104 KB
Installationsanzahl 839
Aktuelle Version 2.0.0
Letztes Update 2016-01-01
Veröffentlichungsdatum 2015-12-31
Bewertung 4.88/5 Insgesamt 8 Bewertungen
Entwickler jin.alex
Zahlungsart free
Unterstützte Sprachen 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"
    }
}