World Weather

5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…

Что такое World Weather?

World Weather - это расширение Chrome, разработанное https://oplao.com, и его основная функция - "5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…".

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

screenshot
screenshot

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

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

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

                        5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed forecast, 3 day forecast, fast locations change button (up to 7 locations).

Oplao.com website is no more served. App is now weather-outlook.com

Extension features:
-status bar current condition icon
-accurate forecast
-local and worldwide weather forecast
-detailed forecast
-multi location forecast
-native language location search
-c-f,m/s-mph,Hpa-torr preferences.
-en-ru version
- 7 day forecast, hourly forecast, 3d forecast links

Oplao.com website is no more served. App is now weather-outlook.com
Professional Weather Forecast provided by Worldweatheronline.com                    

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

Название World Weather World Weather
ID jbjeihiakbjchgaehgcilindlghfffnb
Официальный URL https://chromewebstore.google.com/detail/world-weather/jbjeihiakbjchgaehgcilindlghfffnb
Описание 5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…
Размер файла 1.02 MB
Количество установок 7,529
Текущая Версия 2
Последнее Обновление 2021-07-22
Дата публикации 2019-03-08
Рейтинг 4.47/5 Всего 592 оценок
Разработчик https://oplao.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://worldweatheronline.com
URL страницы помощи https://www.worldweatheronline.com/contact.aspx
URL страницы политики конфиденциальности https://www.worldweatheronline.com/privacy-policy.aspx
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Weather",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "logo.png",
        "default_title": "WorldWeatherOnline"
    },
    "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
}