CountDown Timer

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

Vad är CountDown Timer?

CountDown Timer är en Chrome-tillägg utvecklad av Sumit Shitole, och dess huvudfunktion är "Use to count the number of days,hours,sec remaining".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CountDown Timer-förlängningens CRX-fil

Ladda ner CountDown Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
Officiell webbadress https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
Beskrivning Use to count the number of days,hours,sec remaining
Filstorlek 242 KB
Antal Installationer 1,437
Aktuell Version 2.0
Senast Uppdaterad 2023-12-31
Publiceringsdatum 2019-11-06
Betyg 4.67/5 Totalt 24 Betyg
Utvecklare Sumit Shitole
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://linkedin.com/in/sumit-shitole/
Hjälpsida URL https://github.com/SumitShitole
Stödda Språk 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"
    }
}