ActualWeather

Get current weather in your browser!

Что такое ActualWeather?

ActualWeather - это расширение Chrome, разработанное AdsSquared, LLC, и его основная функция - "Get current weather in your browser!".

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

screenshot

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

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

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

                        Actual Weather gives you quick easy access to your weather at a glance when you open a new tab                    

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

Название ActualWeather ActualWeather
ID jlalmckfngpijaibdnbphajodinicbfn
Официальный URL https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn
Описание Get current weather in your browser!
Размер файла 3.32 MB
Количество установок 114
Текущая Версия 0.0.2
Последнее Обновление 2023-11-03
Дата публикации 2023-10-10
Рейтинг 5.00/5 Всего 21 оценок
Разработчик AdsSquared, LLC
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ActualWeather.com
URL страницы помощи https://ActualWeather.com/contact.html
URL страницы политики конфиденциальности https://adssquared.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ActualWeather",
    "description": "Get current weather in your browser!",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "resources\/icons\/icon16.png",
        "48": "resources\/icons\/icon48.png",
        "128": "resources\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "action": {
        "default_popup": "newtab.html",
        "default_icon": []
    }
}