Weather New Tab

The best weather new tab extention

Что такое Weather New Tab?

Weather New Tab - это расширение Chrome, разработанное weathernewtab, и его основная функция - "The best weather new tab extention".

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

screenshot
screenshot

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

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

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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

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

Название Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
Официальный URL https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Описание The best weather new tab extention
Размер файла 1.67 MB
Количество установок 6,921
Текущая Версия 1.0.4
Последнее Обновление 2023-05-30
Дата публикации 2022-10-26
Разработчик weathernewtab
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://weathernewtab.com/privacy.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}