Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

What is Countdown?

Countdown is a Chrome extension developed by Kha Tran, and its main feature is "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

Extension Screenshots

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

Extension Basic Information

Name Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
Official URL https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Description Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
File Size 74.22 KB
Installation Count 18
Current Version 1.0.5
Last Updated 2019-11-22
Publish Date 2019-11-21
Rating 5.00/5 Total 1 Ratings
Developer Kha Tran
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}