The Weather
Look at THE WEATHER: easy, quick and concise
Что такое The Weather?
The Weather - это расширение Chrome, разработанное http://www.kissappsl.com, и его основная функция - "Look at THE WEATHER: easy, quick and concise".
Снимки экрана расширения
Скачать файл CRX расширения The Weather
Скачайте файлы расширений The Weather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
Основная информация о расширении
Название | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
Официальный URL | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
Описание | Look at THE WEATHER: easy, quick and concise |
Размер файла | 162 KB |
Количество установок | 42 |
Текущая Версия | 1.01 |
Последнее Обновление | 2021-02-10 |
Дата публикации | 2020-12-26 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | http://www.kissappsl.com |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | http://kissappsl.com/app/the-weather-extension/ |
URL страницы помощи | http://kissappsl.com |
URL страницы политики конфиденциальности | http://kissappsl.com/pages/privacy-policy |
Поддерживаемые языки | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |