Chatty Weather

This extension will chat with you about the weather

Что такое Chatty Weather?

Chatty Weather - это расширение Chrome, разработанное chattyweather, и его основная функция - "This extension will chat with you about the weather".

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

screenshot

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

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

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

                        Your friendly weather extension.                    

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

Название Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
Официальный URL https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
Описание This extension will chat with you about the weather
Размер файла 79.46 KB
Количество установок 93
Текущая Версия 0.0.1
Последнее Обновление 2016-09-06
Дата публикации 2016-09-06
Рейтинг 4.00/5 Всего 3 оценок
Разработчик chattyweather
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatty Weather",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension will chat with you about the weather",
    "homepage_url": "https:\/\/chattyweather.herokuapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Chatty Weather",
        "default_popup": "popup.html"
    },
    "permissions": [
        "geolocation"
    ]
}