Countdown

“If you live each day as if it were your last, someday you’ll most certainly be right.”

What is Countdown?

Countdown is a Chrome extension developed by Alan Chen, and its main feature is "“If you live each day as if it were your last, someday you’ll most certainly be right.”".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Countdown Extension CRX File

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

                        Replaces your 'new-tab' page with a real-time counter showing the estimated amount of time you have left along with up to three ambitions you specify. You are running out of time, get back to your passion.

Good Luck.


This extension was inspired by the extensions "Mortality" and "Motivation". I have built upon their original ideas and concepts.

Thank you to Awesome Fonts for providing the icons.                    

Extension Basic Information

Name Countdown Countdown
ID apbkdgmhabdmfejpgdchfehbahppmbde
Official URL https://chromewebstore.google.com/detail/countdown/apbkdgmhabdmfejpgdchfehbahppmbde
Description “If you live each day as if it were your last, someday you’ll most certainly be right.”
File Size 607 KB
Installation Count 384
Current Version 1.1
Last Updated 2016-09-19
Publish Date 2016-09-19
Rating 3.70/5 Total 10 Ratings
Developer Alan Chen
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "description": "\u201cIf you live each day as if it were your last, someday you\u2019ll most certainly be right.\u201d",
    "version": "1.1",
    "incognito": "split",
    "background": {
        "persistent": false,
        "scripts": [
            "countdown.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "16": "assets\/icon-16.png"
    },
    "chrome_url_overrides": {
        "newtab": "countdown.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}