Nice Countdown

Nice looking extension to count the days, hour and minutes to a certain point in the future.

What is Nice Countdown?

Nice Countdown is a Chrome extension developed by jeroen.drenth1, and its main feature is "Nice looking extension to count the days, hour and minutes to a certain point in the future.".

Extension Screenshots

screenshot
screenshot

Download Nice Countdown Extension CRX File

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

                                            

Extension Basic Information

Name Nice Countdown Nice Countdown
ID iohieaklcaidgajlpiiggdpjblakefon
Official URL https://chromewebstore.google.com/detail/nice-countdown/iohieaklcaidgajlpiiggdpjblakefon
Description Nice looking extension to count the days, hour and minutes to a certain point in the future.
File Size 136 KB
Installation Count 224
Current Version 0.0.0.1
Last Updated 2014-06-30
Publish Date 2014-06-30
Rating 2.33/5 Total 3 Ratings
Developer jeroen.drenth1
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice Countdown",
    "description": "Nice looking  extension to count the days, hour and minutes to a certain point in the future.",
    "version": "0.0.0.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}