Forecast.io Weather

Simple, accurate weather forecast.

Co je Forecast.io Weather?

Forecast.io Weather je rozšíření Chrome vyvinuté https://sites.google.com/site/haroldmartin, a jeho hlavní funkcí je „Simple, accurate weather forecast.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Forecast.io Weather

Stáhněte si soubory rozšíření Forecast.io 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í

                        * Fast weekly weather forecast in popup.
* Icon shows sunrise/sunset countdown.
* If you want to know the current temperature, go outside.

* Latest version fixes Celsius / Fahrenheit switching bug.

Courtesy of http://Forecast.io

https://github.com/hbmartin/chrome-forecast                    

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

Název Forecast.io Weather Forecast.io Weather
ID mimfincbphlfoohpgppnphclbbnbmofc
Oficiální URL https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc
Popis Simple, accurate weather forecast.
Velikost souboru 63.45 KB
Počet instalací 240
Aktuální Verze 2.2.1
Poslední Aktualizace 2015-04-15
Datum Vydání 2015-04-14
Hodnocení 2.61/5 Celkem 18 Hodnocení
Vývojář https://sites.google.com/site/haroldmartin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://forecast.io
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forecast.io Weather",
    "version": "2.2.1",
    "description": "Simple, accurate weather forecast.",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "sun\/Time.js",
            "sun\/JulianDay.js",
            "sun\/SolarPosition.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Forecast.io",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "*:\/\/*.forecast.io\/*",
        "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*"
    ]
}