New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

What is New Tab Countdown?

New Tab Countdown is a Chrome extension developed by Sebastian Liu, and its main feature is "Countdown time remaining in the day, week, month, year, or a custom date.".

Extension Screenshots

screenshot

Download New Tab Countdown Extension CRX File

Download New Tab 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

                        New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.                    

Extension Basic Information

Name New Tab Countdown New Tab Countdown
ID pbeiaielhjhfdpnonbbincehnanaehon
Official URL https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon
Description Countdown time remaining in the day, week, month, year, or a custom date.
File Size 1.07 MB
Installation Count 1,896
Current Version 2.3.3
Last Updated 2019-03-22
Publish Date 2019-03-22
Rating 4.41/5 Total 27 Ratings
Developer Sebastian Liu
Payment Type free
Extension Website https://new-tab-countdown.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Countdown",
    "description": "Countdown time remaining in the day, week, month, year, or a custom date.",
    "version": "2.3.3",
    "manifest_version": 2,
    "icons": {
        "48": "extension-icons\/Clock-48.png",
        "128": "extension-icons\/Clock-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}