Neon New Tab
Overrides new tab page with a neon clock and temperature display
Wat is Neon New Tab?
Neon New Tab is een Chrome-extensie ontwikkeld door Mikołaj Zyzański, en de belangrijkste functie is "Overrides new tab page with a neon clock and temperature display".
Extensie Screenshots
Download het CRX-bestand van de extensie Neon New Tab
Download Neon New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
| Officiële URL | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
| Beschrijving | Overrides new tab page with a neon clock and temperature display |
| Bestandsgrootte | 2.8 MB |
| Aantal Installaties | 17 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2019-05-05 |
| Publicatiedatum | 2019-05-05 |
| Ontwikkelaar | Mikołaj Zyzański |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Redseb/neonClock |
| Ondersteunde Talen | 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"
}
} | |