New Tab Countdown

Countdown time remaining in the day, week, month, year, or a custom date.

Apa itu New Tab Countdown?

New Tab Countdown adalah ekstensi Chrome yang dikembangkan oleh Sebastian Liu, dan fitur utamanya adalah "Countdown time remaining in the day, week, month, year, or a custom date.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab Countdown

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

                        New Tab Countdown replaces the default new tab with customizable countdowns. You can add or remove countdowns, and can select a time remaining format (in seconds, minutes, hours, days, or weeks) and a specified end date (day, week, month, year, or a custom date and description) for each countdown.                    

Informasi Dasar Ekstensi

Nama New Tab Countdown New Tab Countdown
ID pbeiaielhjhfdpnonbbincehnanaehon
URL Resmi https://chromewebstore.google.com/detail/new-tab-countdown/pbeiaielhjhfdpnonbbincehnanaehon
Deskripsi Countdown time remaining in the day, week, month, year, or a custom date.
Ukuran File 1.07 MB
Jumlah Instalasi 1,896
Versi Saat Ini 2.3.3
Terakhir Diperbarui 2019-03-22
Tanggal Publikasi 2019-03-22
Penilaian 4.41/5 Total 27 Penilaian
Pengembang Sebastian Liu
Tipe Pembayaran free
Situs Ekstensi https://new-tab-countdown.github.io/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Countdown",
    "description": "Countdown time remaining in the day, week, month, year, or a custom date.",
    "version": "2.3.3",
    "manifest_version": 2,
    "icons": {
        "48": "extension-icons\/Clock-48.png",
        "128": "extension-icons\/Clock-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}