Day-Count Timer Extension

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

Co je Day-Count Timer Extension?

Day-Count Timer Extension je rozšíření Chrome vyvinuté linuscedergren, a jeho hlavní funkcí je „Counts the amount of days since or until a specified date (or multiple dates).“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Day-Count Timer Extension

Stáhněte si soubory rozšíření Day-Count Timer Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
Oficiální URL https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
Popis Counts the amount of days since or until a specified date (or multiple dates).
Velikost souboru 625 KB
Počet instalací 329
Aktuální Verze 2.3.2
Poslední Aktualizace 2023-02-14
Datum Vydání 2020-09-27
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář linuscedergren
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}