Day-Count Timer Extension
Counts the amount of days since or until a specified date (or multiple dates).
Wat is Day-Count Timer Extension?
Day-Count Timer Extension is een Chrome-extensie ontwikkeld door linuscedergren, en de belangrijkste functie is "Counts the amount of days since or until a specified date (or multiple dates).".
Extensie Screenshots
Download het CRX-bestand van de extensie Day-Count Timer Extension
Download Day-Count Timer Extension-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
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.
Basisinformatie over de Extensie
Naam | Day-Count Timer Extension |
ID | mhofelbafaechkdfmlpgcognpgnnhaaa |
Officiële URL | https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa |
Beschrijving | Counts the amount of days since or until a specified date (or multiple dates). |
Bestandsgrootte | 625 KB |
Aantal Installaties | 329 |
Huidige Versie | 2.3.2 |
Laatst Bijgewerkt | 2023-02-14 |
Publicatiedatum | 2020-09-27 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | linuscedergren |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |