Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
Co to jest Day-Count Timer Extension?
Day-Count Timer Extension to rozszerzenie Chrome opracowane przez linuscedergren, a jego główną funkcją jest „Counts the amount of days since or until a specified date (or multiple dates).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Day-Count Timer Extension
Pobierz pliki rozszerzeń Day-Count Timer Extension 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
A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
| Oficjalny URL | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
| Opis | Counts the amount of days since or until a specified date (or multiple dates). |
| Rozmiar pliku | 625 KB |
| Liczba instalacji | 329 |
| Aktualna Wersja | 2.3.2 |
| Ostatnia Aktualizacja | 2023-02-14 |
| Data Publikacji | 2020-09-27 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | linuscedergren |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Day-Count Timer Extension",
"version": "2.3.2",
"manifest_version": 3,
"description": "Counts the amount of days since or until a specified date (or multiple dates).",
"permissions": [
"storage"
],
"action": {
"default_popup": ".\/popup.html",
"default_icon": ".\/assets\/images\/icon.png"
},
"background": {
"service_worker": ".\/assets\/js\/background.js"
},
"icons": {
"128": ".\/assets\/images\/icon.png"
}
} | |