Weather

Simply stunning weather app for your blank tabs. Watch the weather !

Qu'est-ce que Weather ?

Weather est une extension Chrome développée par jkrivda, et sa fonction principale est "Simply stunning weather app for your blank tabs. Watch the weather !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weather

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

                        BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.                    

Informations de Base sur l'Extension

Nom Weather Weather
ID ldaehkabacdcppmcdlebjjhbibhobmdn
URL Officiel https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn
Description Simply stunning weather app for your blank tabs. Watch the weather !
Taille du Fichier 1.16 MB
Nombre d'Installations 472
Version Actuelle 0.2
Dernière Mise à Jour 2015-09-22
Date de Publication 2015-09-22
Évaluation 2.50/5 Total 2 Évaluations
Développeur jkrivda
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather",
    "short_name": "Weather for your blank tab",
    "description": "Simply stunning weather app for your blank tabs. Watch the weather !",
    "version": "0.2",
    "permissions": [
        "history",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/index.js",
            "js\/modernizr.js",
            "js\/prefixfree.min.js"
        ]
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/;  default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/   object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}