Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

Qu'est-ce que Current Weather - New Tab ?

Current Weather - New Tab est une extension Chrome développée par Antech Development, et sa fonction principale est "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Current Weather - New Tab

Téléchargez les fichiers d'extension Current Weather - 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

                                            

Informations de Base sur l'Extension

Nom Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
URL Officiel https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
Description Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
Taille du Fichier 614 KB
Nombre d'Installations 5,035
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-02
Date de Publication 2016-02-01
Évaluation 3.88/5 Total 16 Évaluations
Développeur Antech Development
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.antechdevelopment.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}