Weather

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

Co je Weather?

Weather je rozšíření Chrome vyvinuté jkrivda, a jeho hlavní funkcí je „Simply stunning weather app for your blank tabs. Watch the weather !“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Weather

Stáhněte si soubory rozšíření Weather ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Weather Weather
ID ldaehkabacdcppmcdlebjjhbibhobmdn
Oficiální URL https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn
Popis Simply stunning weather app for your blank tabs. Watch the weather !
Velikost souboru 1.16 MB
Počet instalací 472
Aktuální Verze 0.2
Poslední Aktualizace 2015-09-22
Datum Vydání 2015-09-22
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář jkrivda
Typ Platby free
Podporované Jazyky 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"
    }
}