CountDown Timer

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

Wat is CountDown Timer?

CountDown Timer is een Chrome-extensie ontwikkeld door Sumit Shitole, en de belangrijkste functie is "Use to count the number of days,hours,sec remaining".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CountDown Timer

Download CountDown Timer-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

                        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.                    

Basisinformatie over de Extensie

Naam CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
Officiële URL https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
Beschrijving Use to count the number of days,hours,sec remaining
Bestandsgrootte 242 KB
Aantal Installaties 1,437
Huidige Versie 2.0
Laatst Bijgewerkt 2023-12-31
Publicatiedatum 2019-11-06
Beoordeling 4.67/5 Totaal 24 Beoordelingen
Ontwikkelaar Sumit Shitole
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://linkedin.com/in/sumit-shitole/
Help Pagina-URL https://github.com/SumitShitole
Ondersteunde Talen 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"
    }
}