Countdown

Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…

Apa itu Countdown?

Countdown adalah ekstensi Chrome yang dikembangkan oleh Kha Tran, dan fitur utamanya adalah "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Countdown

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

                        Easy to create a countdown timer. You can note everything here and remind yourself when events happen.
Your counter will automatically repeat if you want. You will receive a reminder when it's on time.

If you have any feedback or trouble email us at [email protected].                    

Informasi Dasar Ekstensi

Nama Countdown Countdown
ID oajaibohggffldmcmgffckjbicimdnej
URL Resmi https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej
Deskripsi Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Ukuran File 74.22 KB
Jumlah Instalasi 18
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2019-11-22
Tanggal Publikasi 2019-11-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Kha Tran
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "background",
        "notifications",
        "tabs",
        "storage"
    ]
}