Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Qu'est-ce que Count Down Timer ?

Count Down Timer est une extension Chrome développée par https://patelgovind.blogspot.in, et sa fonction principale est "Simple count down timer - by govindpatel(https://github.com/govindpatel)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Count Down Timer

Téléchargez les fichiers d'extension Count Down Timer 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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

Informations de Base sur l'Extension

Nom Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
URL Officiel https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
Description Simple count down timer - by govindpatel(https://github.com/govindpatel)
Taille du Fichier 93.27 KB
Nombre d'Installations 629
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-24
Date de Publication 2015-07-14
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://patelgovind.blogspot.in
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}