Neon New Tab

Overrides new tab page with a neon clock and temperature display

What is Neon New Tab?

Neon New Tab is a Chrome extension developed by Mikołaj Zyzański, and its main feature is "Overrides new tab page with a neon clock and temperature display".

Extension Screenshots

screenshot

Download Neon New Tab Extension CRX File

Download Neon New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Neon New Tab Neon New Tab
ID dhdelkmgfhkhhklmhimfiacbopehpicg
Official URL https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg
Description Overrides new tab page with a neon clock and temperature display
File Size 2.8 MB
Installation Count 17
Current Version 0.0.2
Last Updated 2019-05-05
Publish Date 2019-05-05
Developer Mikołaj Zyzański
Email [email protected]
Payment Type free
Extension Website https://github.com/Redseb/neonClock
Supported Languages 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"
    }
}