Weather Tab

Replace new tab page with the weather and search

Что такое Weather Tab?

Weather Tab - это расширение Chrome, разработанное https://timleland.com, и его основная функция - "Replace new tab page with the weather and search".

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

screenshot

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

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

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

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

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

Название Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
Официальный URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Описание Replace new tab page with the weather and search
Размер файла 7.47 MB
Количество установок 396
Текущая Версия 1.0.4
Последнее Обновление 2022-08-29
Дата публикации 2019-01-13
Рейтинг 4.00/5 Всего 8 оценок
Разработчик https://timleland.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://timleland.com/weathertab/
URL страницы помощи https://timleland.com/weathertab/
URL страницы политики конфиденциальности https://t.ly/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}