Forecast.io Weather

Simple, accurate weather forecast.

Co to jest Forecast.io Weather?

Forecast.io Weather to rozszerzenie Chrome opracowane przez https://sites.google.com/site/haroldmartin, a jego główną funkcją jest „Simple, accurate weather forecast.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forecast.io Weather

Pobierz pliki rozszerzeń Forecast.io Weather w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        * 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Forecast.io Weather Forecast.io Weather
ID mimfincbphlfoohpgppnphclbbnbmofc
Oficjalny URL https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc
Opis Simple, accurate weather forecast.
Rozmiar pliku 63.45 KB
Liczba instalacji 240
Aktualna Wersja 2.2.1
Ostatnia Aktualizacja 2015-04-15
Data Publikacji 2015-04-14
Ocena 2.61/5 Łącznie 18 Oceny
Deweloper https://sites.google.com/site/haroldmartin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://forecast.io
Obsługiwane Języki 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\/*"
    ]
}