New Tab Clock
Replaces the New Tab page with a simple customizable clock.
Apa itu New Tab Clock?
New Tab Clock adalah ekstensi Chrome yang dikembangkan oleh https://leggett.org, dan fitur utamanya adalah "Replaces the New Tab page with a simple customizable clock.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New Tab Clock
Unduh file ekstensi New Tab Clock 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
ABOUT Bring focus to every new tab you open. No frills or distractions – just the time and date. PRIVACY POLICY This extension has no ads, trackers, or analytics. No information is transmitted to or from the extension to any server. All settings are saved locally on your computer. SETTINGS Click on the gear in the bottom left to customize the background color, font, or 12/24 clock setting.
Informasi Dasar Ekstensi
Nama | New Tab Clock |
ID | ljpapphpgkmigobbbakmnfoohclifanm |
URL Resmi | https://chromewebstore.google.com/detail/new-tab-clock/ljpapphpgkmigobbbakmnfoohclifanm |
Deskripsi | Replaces the New Tab page with a simple customizable clock. |
Ukuran File | 73.84 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 2.7 |
Terakhir Diperbarui | 2021-03-19 |
Tanggal Publikasi | 2019-10-15 |
Penilaian | 3.89/5 Total 190 Penilaian |
Pengembang | https://leggett.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://leggett.org |
URL Halaman Kebijakan Privasi | https://simpl.fyi/privacy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Clock", "version": "2.7", "description": "Replaces the New Tab page with a simple customizable clock.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "clock.html" }, "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self'; img-src 'self'; font-src 'self' " } |