Forecast.io Weather

Simple, accurate weather forecast.

Что такое Forecast.io Weather?

Forecast.io Weather - это расширение Chrome, разработанное https://sites.google.com/site/haroldmartin, и его основная функция - "Simple, accurate weather forecast.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Forecast.io Weather

Скачайте файлы расширений Forecast.io Weather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        * 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                    

Основная информация о расширении

Название Forecast.io Weather Forecast.io Weather
ID mimfincbphlfoohpgppnphclbbnbmofc
Официальный URL https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc
Описание Simple, accurate weather forecast.
Размер файла 63.45 KB
Количество установок 240
Текущая Версия 2.2.1
Последнее Обновление 2015-04-15
Дата публикации 2015-04-14
Рейтинг 2.61/5 Всего 18 оценок
Разработчик https://sites.google.com/site/haroldmartin
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://forecast.io
Поддерживаемые языки 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\/*"
    ]
}