CliMate

This extension allow you to the current weather in any city

Что такое CliMate?

CliMate - это расширение Chrome, разработанное tbsrextensions, и его основная функция - "This extension allow you to the current weather in any city".

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

screenshot

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

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

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

                        A simple, streamlined weather visualizing extension. Nothing more than what's needed.                    

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

Название CliMate CliMate
ID okobmelmklphllhhhfbndaeeemgphdal
Официальный URL https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal
Описание This extension allow you to the current weather in any city
Размер файла 104 KB
Количество установок 21
Текущая Версия 1.0
Последнее Обновление 2017-01-22
Дата публикации 2017-01-22
Рейтинг 5.00/5 Всего 2 оценок
Разработчик tbsrextensions
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CliMate",
    "description": "This extension allow you to the current weather in any city",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for weather"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}