Day-Count Timer Extension

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

Apa itu Day-Count Timer Extension?

Day-Count Timer Extension adalah ekstensi Chrome yang dikembangkan oleh linuscedergren, dan fitur utamanya adalah "Counts the amount of days since or until a specified date (or multiple dates).".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Day-Count Timer Extension

Unduh file ekstensi Day-Count Timer Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
URL Resmi https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
Deskripsi Counts the amount of days since or until a specified date (or multiple dates).
Ukuran File 625 KB
Jumlah Instalasi 329
Versi Saat Ini 2.3.2
Terakhir Diperbarui 2023-02-14
Tanggal Publikasi 2020-09-27
Penilaian 4.50/5 Total 2 Penilaian
Pengembang linuscedergren
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}