Karaganda temperature

Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz

Что такое Karaganda temperature?

Karaganda temperature - это расширение Chrome, разработанное vladislav.yevtushenko, и его основная функция - "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz".

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

screenshot

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

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

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

                        Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz                    

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

Название Karaganda temperature Karaganda temperature
ID cdghnlkmcpklogckgicedkafjfgigfli
Официальный URL https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli
Описание Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Размер файла 40.85 KB
Количество установок 20
Текущая Версия 1.0.4.1
Последнее Обновление 2016-11-14
Дата публикации 2016-11-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик vladislav.yevtushenko
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Karaganda temperature",
    "manifest_version": 2,
    "version": "1.0.4.1",
    "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz",
    "permissions": [
        "tabs",
        "http:\/\/www.meteoclub.kz\/*",
        "background"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Karaganda temperature",
        "default_popup": "html\/popup.htm",
        "default_icon": "icons\/icon19.png"
    }
}