What's The Weather

This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.

Что такое What's The Weather?

What's The Weather - это расширение Chrome, разработанное http://what-is-the-weather.com, и его основная функция - "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

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

screenshot

Скачать файл CRX расширения What's The Weather

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

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

                        For more details: 
https://what-is-the-weather.com/pages/terms-of-use.html
https://what-is-the-weather.com/pages/privacy-policy.html

Get the best weather updates around you by using
our weather extension!

By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.                    

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

Название What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Официальный URL https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Описание This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Размер файла 93.3 KB
Количество установок 65,028
Текущая Версия 1.2
Последнее Обновление 2022-06-10
Дата публикации 2022-05-05
Рейтинг 3.00/5 Всего 2 оценок
Разработчик http://what-is-the-weather.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://what-is-the-weather.com/
URL страницы помощи https://what-is-the-weather.com/pages/contact.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "What's The Weather"
    },
    "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "What's The Weather",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.what-is-the-weather.com\/*"
    ]
}