CountDown Timer

Use to count the number of days,hours,sec remaining

Qu'est-ce que CountDown Timer ?

CountDown Timer est une extension Chrome développée par Sumit Shitole, et sa fonction principale est "Use to count the number of days,hours,sec remaining".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CountDown Timer

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

                        Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features.                    

Informations de Base sur l'Extension

Nom CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
URL Officiel https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
Description Use to count the number of days,hours,sec remaining
Taille du Fichier 242 KB
Nombre d'Installations 1,437
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-31
Date de Publication 2019-11-06
Évaluation 4.67/5 Total 24 Évaluations
Développeur Sumit Shitole
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://linkedin.com/in/sumit-shitole/
URL de la Page d'Aide https://github.com/SumitShitole
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CountDown Timer",
    "version": "2.0",
    "description": "Use to count the number of days,hours,sec remaining",
    "icons": {
        "16": "Icon.png",
        "32": "Icon-32.png"
    },
    "action": {
        "default_popup": "Counter.html",
        "default_icon": "Icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}