Now

A simple New Tab page that displays the time and date.

Apa itu Now?

Now adalah ekstensi Chrome yang dikembangkan oleh Stephen Leitnick, dan fitur utamanya adalah "A simple New Tab page that displays the time and date.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Now

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

                        Now is a New Tab extension that displays the current time and date. That's it!                    

Informasi Dasar Ekstensi

Nama Now Now
ID pholgifcjokhbnemjdapeaaaohhejdca
URL Resmi https://chromewebstore.google.com/detail/now/pholgifcjokhbnemjdapeaaaohhejdca
Deskripsi A simple New Tab page that displays the time and date.
Ukuran File 399 KB
Jumlah Instalasi 57
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2021-12-02
Tanggal Publikasi 2017-03-22
Penilaian 4.40/5 Total 5 Penilaian
Pengembang Stephen Leitnick
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Now",
    "description": "A simple New Tab page that displays the time and date.",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "now.html"
    }
}