Neon New Tab
Overrides new tab page with a neon clock and temperature display
Vad är Neon New Tab?
Neon New Tab är en Chrome-tillägg utvecklad av Mikołaj Zyzański, och dess huvudfunktion är "Overrides new tab page with a neon clock and temperature display".
Tilläggsskärmbilder
Ladda ner Neon New Tab-förlängningens CRX-fil
Ladda ner Neon New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Neon New Tab |
ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
Officiell webbadress | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
Beskrivning | Overrides new tab page with a neon clock and temperature display |
Filstorlek | 2.8 MB |
Antal Installationer | 17 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2019-05-05 |
Publiceringsdatum | 2019-05-05 |
Utvecklare | Mikołaj Zyzański |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Redseb/neonClock |
Stödda Språk | 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" } } |