Neon New Tab
Overrides new tab page with a neon clock and temperature display
Cos'è Neon New Tab?
Neon New Tab è un'estensione di Chrome sviluppata da Mikołaj Zyzański, e la sua funzione principale è "Overrides new tab page with a neon clock and temperature display".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Neon New Tab
Scarica i file di estensione Neon New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Neon New Tab |
ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
URL Ufficiale | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
Descrizione | Overrides new tab page with a neon clock and temperature display |
Dimensione del File | 2.8 MB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2019-05-05 |
Data di Pubblicazione | 2019-05-05 |
Sviluppatore | Mikołaj Zyzański |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Redseb/neonClock |
Lingue Supportate | 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" } } |