Neon New Tab
Overrides new tab page with a neon clock and temperature display
Apa itu Neon New Tab?
Neon New Tab adalah ekstensi Chrome yang dikembangkan oleh Mikołaj Zyzański, dan fitur utamanya adalah "Overrides new tab page with a neon clock and temperature display".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Neon New Tab
Unduh file ekstensi Neon New Tab 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 Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display! Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed
Informasi Dasar Ekstensi
Nama | Neon New Tab |
ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
URL Resmi | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
Deskripsi | Overrides new tab page with a neon clock and temperature display |
Ukuran File | 2.8 MB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2019-05-05 |
Tanggal Publikasi | 2019-05-05 |
Pengembang | Mikołaj Zyzański |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Redseb/neonClock |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neon New Tab", "description": "Overrides new tab page with a neon clock and temperature display", "version": "0.0.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "images\/icon48.png" } } |