WUTemp extension

View the active temperature of a Weather Underground Station

Что такое WUTemp extension?

WUTemp extension - это расширение Chrome, разработанное Eryk.io, и его основная функция - "View the active temperature of a Weather Underground Station".

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

screenshot
screenshot

Скачать файл CRX расширения WUTemp extension

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

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

                        Chrome Extension to view the active temperature of a Weather Underground Station.

Features:
- Updates every 5 minutes
- Click on icon to view Station page at Weather Underground
- Options page to set Station ID, Celcius/Fahrenheit and refresh interval.

Updated v1.1:
- Change refresh interval on the Options page.                    

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

Название WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
Официальный URL https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Описание View the active temperature of a Weather Underground Station
Размер файла 40.22 KB
Количество установок 1,901
Текущая Версия 1.1
Последнее Обновление 2016-03-16
Дата публикации 2016-03-16
Рейтинг 3.46/5 Всего 35 оценок
Разработчик Eryk.io
Тип оплаты free
Официальный сайт расширения https://eryk.io
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WUTemp extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "View the active temperature of a Weather Underground Station",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/api.wunderground.com\/",
        "storage"
    ]
}