Countdown

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

Qu'est-ce que Countdown ?

Countdown est une extension Chrome développée par Kha Tran, et sa fonction principale est "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Countdown

Téléchargez les fichiers d'extension Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
URL Officiel 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…
Taille du Fichier 74.22 KB
Nombre d'Installations 18
Version Actuelle 1.0.5
Dernière Mise à Jour 2019-11-22
Date de Publication 2019-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kha Tran
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}