CountDown Timer
Use to count the number of days,hours,sec remaining
Co to jest CountDown Timer?
CountDown Timer to rozszerzenie Chrome opracowane przez Sumit Shitole, a jego główną funkcją jest „Use to count the number of days,hours,sec remaining”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CountDown Timer
Pobierz pliki rozszerzeń CountDown Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
| Oficjalny URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
| Opis | Use to count the number of days,hours,sec remaining |
| Rozmiar pliku | 242 KB |
| Liczba instalacji | 1,437 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2023-12-31 |
| Data Publikacji | 2019-11-06 |
| Ocena | 4.67/5 Łącznie 24 Oceny |
| Deweloper | Sumit Shitole |
| [email protected] | |
| Typ Płatności | in_app |
| Strona Rozszerzenia | https://linkedin.com/in/sumit-shitole/ |
| Adres URL Strony Pomocy | https://github.com/SumitShitole |
| Obsługiwane Języki | 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"
}
} | |