World Weather

Get weather right in your browser homepage with our extension!

Что такое World Weather?

World Weather - это расширение Chrome, разработанное [email protected], и его основная функция - "Get weather right in your browser homepage with our extension!".

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

screenshot

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

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

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

                        For more details: 
https://world-weather-extension.com/pages/terms-of-use.html
https://world-weather-extension.com/pages/privacy-policy.html

Get the the update weather directly on your homepage!  

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

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

Название World Weather World Weather
ID jkmfelbjabcdkngelgnaimnlglpdpbme
Официальный URL https://chromewebstore.google.com/detail/world-weather/jkmfelbjabcdkngelgnaimnlglpdpbme
Описание Get weather right in your browser homepage with our extension!
Размер файла 1.89 MB
Количество установок 10,683
Текущая Версия 1.4.1
Последнее Обновление 2022-07-12
Дата публикации 2022-06-28
Рейтинг 3.75/5 Всего 12 оценок
Разработчик [email protected]
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://world-weather-extension.com/
URL страницы помощи https://world-weather-extension.com/pages/contact.html
URL страницы политики конфиденциальности https://world-weather-extension.com/pages/privacy-policy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        }
    },
    "version": "1.4.1",
    "name": "World Weather",
    "description": "Get weather right in your browser homepage with our extension!",
    "author": "",
    "chrome_url_overrides": {
        "newtab": "newtab.06c72619.html"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.world-weather-extension.com\/*"
    ]
}