Day Countdown

Shows a day countdown to any number of dates

Apa itu Day Countdown?

Day Countdown adalah ekstensi Chrome yang dikembangkan oleh Munsifali Rashid, dan fitur utamanya adalah "Shows a day countdown to any number of dates".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Day Countdown

Unduh file ekstensi Day Countdown 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

                        Adds a new button to your toolbar to allow you to easily access a full calendar and see the number of days left to each date.

Click on a date to add events, and see the number of days remaining until that date in your browser toolbar.  Hovering over the button shows the event name.                    

Informasi Dasar Ekstensi

Nama Day Countdown Day Countdown
ID bppnoejpfijbepipidelnldkeffcffgj
URL Resmi https://chromewebstore.google.com/detail/day-countdown/bppnoejpfijbepipidelnldkeffcffgj
Deskripsi Shows a day countdown to any number of dates
Ukuran File 242 KB
Jumlah Instalasi 327
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2024-02-02
Tanggal Publikasi 2019-10-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Munsifali Rashid
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://munr.github.io/day-countdown/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Day Countdown",
    "description": "Shows a day countdown to any number of dates",
    "version": "1.5.1.0",
    "icons": {
        "16": "public\/images\/calendar_16x16.png",
        "48": "public\/images\/calendar_48x48.png",
        "128": "public\/images\/calendar_128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/images\/calendar_16x16.png",
            "48": "public\/images\/calendar_48x48.png",
            "128": "public\/images\/calendar_128x128.png"
        },
        "default_title": "Day Countdown"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/save_16x16.png",
                "images\/delete_16x16.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "version_name": "1.5.1"
}