Countdown

Keep track of your most important future events with a countdown on the new tab page!

Apa itu Countdown?

Countdown adalah ekstensi Chrome yang dikembangkan oleh Srikar Gudipati, dan fitur utamanya adalah "Keep track of your most important future events with a countdown on the new tab page!".

Screenshot Ekstensi

screenshot
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

                        This extension displays countdown timers to your most important future events in the new tab page!                    

Informasi Dasar Ekstensi

Nama Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
URL Resmi https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
Deskripsi Keep track of your most important future events with a countdown on the new tab page!
Ukuran File 44.2 KB
Jumlah Instalasi 669
Versi Saat Ini 0.5
Terakhir Diperbarui 2015-01-26
Tanggal Publikasi 2015-01-26
Penilaian 4.31/5 Total 13 Penilaian
Pengembang Srikar Gudipati
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}