Neon New Tab

Overrides new tab page with a neon clock and temperature display

Qu'est-ce que Neon New Tab ?

Neon New Tab est une extension Chrome développée par Mikołaj Zyzański, et sa fonction principale est "Overrides new tab page with a neon clock and temperature display".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neon New Tab

Téléchargez les fichiers d'extension Neon New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Neon New Tab Neon New Tab
ID dhdelkmgfhkhhklmhimfiacbopehpicg
URL Officiel https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg
Description Overrides new tab page with a neon clock and temperature display
Taille du Fichier 2.8 MB
Nombre d'Installations 17
Version Actuelle 0.0.2
Dernière Mise à Jour 2019-05-05
Date de Publication 2019-05-05
Développeur Mikołaj Zyzański
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Redseb/neonClock
Langues Prises en Charge 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"
    }
}