Countdown

Keep track of your most important future events with a countdown on the new tab page!

What is Countdown?

Countdown is a Chrome extension developed by Srikar Gudipati, and its main feature is "Keep track of your most important future events with a countdown on the new tab page!".

Extension Screenshots

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

                        This extension displays countdown timers to your most important future events in the new tab page!                    

Extension Basic Information

Name Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
Official URL https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
Description Keep track of your most important future events with a countdown on the new tab page!
File Size 44.2 KB
Installation Count 669
Current Version 0.5
Last Updated 2015-01-26
Publish Date 2015-01-26
Rating 4.31/5 Total 13 Ratings
Developer Srikar Gudipati
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}