Countdown

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

Wat is Countdown?

Countdown is een Chrome-extensie ontwikkeld door Kha Tran, en de belangrijkste functie is "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Countdown

Download Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
Officiële URL https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Beschrijving Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Bestandsgrootte 74.22 KB
Aantal Installaties 18
Huidige Versie 1.0.5
Laatst Bijgewerkt 2019-11-22
Publicatiedatum 2019-11-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kha Tran
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}