Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Hvad er Day-Count Timer Extension?

Day-Count Timer Extension er en Chrome-udvidelse udviklet af linuscedergren, og dens hovedfunktion er "Counts the amount of days since or until a specified date (or multiple dates).".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Day-Count Timer Extension-udvidelses-CRX-fil

Download Day-Count Timer Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
Officiel URL https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
Beskrivelse Counts the amount of days since or until a specified date (or multiple dates).
Filstørrelse 625 KB
Antal Installationer 329
Nuværende Version 2.3.2
Senest Opdateret 2023-02-14
Udgivelsesdato 2020-09-27
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler linuscedergren
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}