Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

What is Age Counter?

Age Counter is a Chrome extension developed by Cody Daniels, and its main feature is "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Age Counter Extension CRX File

Download Age 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

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

Extension Basic Information

Name Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
Official URL https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
Description Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
File Size 12.96 KB
Installation Count 2,170
Current Version 1.1.0
Last Updated 2017-07-15
Publish Date 2017-07-15
Rating 5.00/5 Total 4 Ratings
Developer Cody Daniels
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}