Life Counter

Counting the moments of your life

What is Life Counter?

Life Counter is a Chrome extension developed by jin.alex, and its main feature is "Counting the moments of your life".

Extension Screenshots

screenshot
screenshot
screenshot

Download Life Counter Extension CRX File

Download Life Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
Official URL https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
Description Counting the moments of your life
File Size 104 KB
Installation Count 839
Current Version 2.0.0
Last Updated 2016-01-01
Publish Date 2015-12-31
Rating 4.88/5 Total 8 Ratings
Developer jin.alex
Payment Type free
Supported Languages 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"
    }
}