MineWeather
Make your new tab page display a crafty scene based on the weather!
Что такое MineWeather?
MineWeather - это расширение Chrome, разработанное SAWDOG, и его основная функция - "Make your new tab page display a crafty scene based on the weather!".
Снимки экрана расширения
Скачать файл CRX расширения MineWeather
Скачайте файлы расширений MineWeather в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
⛅Customize your new tabs with a scene from a blocky video game based on the weather! Tip: Switch between Celsius and Fahrenheit by clicking on the extension icon! All screenshots use John Smith Legacy and SEUS PTGI! Support James Stone and Sonic Ether on Patreon: https://www.patreon.com/sonicether https://www.patreon.com/bePatron?u=9104925 Features ⚡ Unique images for 8 different weather conditions. Dynamically adjusts to the time of day. Fast resizing ensures images always fill the screen. Network requests never block the rendering of new tabs. Infrequent background updates keep weather current without battery drain. Simple switching between Celsius and Fahrenheit. Completely local and private — no data collection.
Основная информация о расширении
Название | MineWeather |
ID | gklgaaagldobfcacmhhbnbgofohfgneb |
Официальный URL | https://chromewebstore.google.com/detail/mineweather/gklgaaagldobfcacmhhbnbgofohfgneb |
Описание | Make your new tab page display a crafty scene based on the weather! |
Размер файла | 8.56 MB |
Количество установок | 1,166 |
Текущая Версия | 0.5.1 |
Последнее Обновление | 2022-11-23 |
Дата публикации | 2021-12-21 |
Рейтинг | 4.46/5 Всего 24 оценок |
Разработчик | SAWDOG |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/sawyerpollard/MineWeather |
URL страницы помощи | https://github.com/sawyerpollard/MineWeather |
Поддерживаемые языки | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineWeather", "description": "Make your new tab page display a crafty scene based on the weather!", "version": "0.5.1", "manifest_version": 3, "default_locale": "en", "permissions": [ "geolocation", "storage", "alarms" ], "chrome_url_overrides": { "newtab": "\/newtab.html" }, "background": { "service_worker": "\/background.js" }, "action": { "default_popup": "\/popup.html", "default_icon": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" } }, "icons": { "16": "\/icons\/icon16.png", "24": "\/icons\/icon24.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "host_permissions": [ "https:\/\/api.open-meteo.com\/" ] } |