DateTime new tab page
Override the new tab page with time and date
Apa itu DateTime new tab page?
DateTime new tab page adalah ekstensi Chrome yang dikembangkan oleh Meosit, dan fitur utamanya adalah "Override the new tab page with time and date".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DateTime new tab page
Unduh file ekstensi DateTime new tab page 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
Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)
Informasi Dasar Ekstensi
Nama | DateTime new tab page |
ID | oipiajaklcfkockbhjkedfjkpkcbpgfh |
URL Resmi | https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh |
Deskripsi | Override the new tab page with time and date |
Ukuran File | 24.6 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2024-02-16 |
Tanggal Publikasi | 2018-10-02 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Meosit |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DateTime new tab page", "description": "Override the new tab page with time and date", "version": "1.0.0", "permissions": [ "storage" ], "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |