Daily Weather Forecast

Accurate weather forecast for the following 14 days

Co to jest Daily Weather Forecast?

Daily Weather Forecast to rozszerzenie Chrome opracowane przez boticariocrm, a jego główną funkcją jest „Accurate weather forecast for the following 14 days”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Daily Weather Forecast

Pobierz pliki rozszerzeń Daily Weather Forecast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Daily Weather Forecast is a a fast, real-time, accurate and trusted weather forecast extension which automatically locates and displays your current weather forecast for the next 14 days!

Plan your daily activities with confidence and get all the information you need with a single click.  No more time spent switching between different websites or incomplete services.

Features
--------------
- Automatic location detection based on reverse geocoding. 
- Real-time accurate weather forecast.
- Up to 5 simultaneous different location weather forecasts.
- Enhanced UI/UX to quickly get all the info by a glance.
- Hourly Weather forecast for the next 14 days.
- Background change depending on local time.
- Smart autocompletion location search bar.
- Daily summary with weather icons and max/min temperature.
- Local time for the current location.
- Full weather report (Rain, Wind, Pressure, Humidity).
- Customisable background and font colours.
- Customisable default location (regardless your geolocation).
- Configuration options: Celsius/Fahrenheit for temperature, Km/Miles for wind speed.

____________________________________________________

Spanish

Daily Weather Forecast (o Pronóstico del tiempo diario) es una extensión de previsión meteorológica rápida, en tiempo real, precisa y fiable que localiza y muestra automáticamente la previsión meteorológica actual para los próximos 14 días.

Planifica tus actividades diarias con confianza y obtén toda la información que necesitas con un solo clic.  Se acabó perder el tiempo cambiando entre diferentes sitios web o servicios meteorológicos poco fiables.

Características
------------------------
- Detección automática de la ubicación basada en la geocodificación inversa. 
- Previsión meteorológica precisa en tiempo real.
- Hasta 5 previsiones meteorológicas simultáneas en diferentes lugares.
- UI/UX (Experiencia del usuario) mejorada para obtener toda la información de un vistazo.
- Previsión meteorológica por horas para los próximos 14 días.
- Cambio del fondo de pantalla (imagen) en función de la hora local.
- Barra de búsqueda de ubicación con autocompletado inteligente.
- Resumen diario con iconos meteorológicos y temperatura máxima y mínima.
- Hora local para la ubicación actual.
- Informe meteorológico completo (lluvia, viento, presión, humedad).
- Color de fondo y de fuente (letras) personalizables.
- Ubicación por defecto personalizable (independientemente de tu geolocalización).
- Opciones de configuración: Celsius/Fahrenheit para la temperatura, Km/Millas para la velocidad del viento.                    

Podstawowe informacje o rozszerzeniu

Nazwa Daily Weather Forecast Daily Weather Forecast
ID knfdfghaoojgfeoaknibjhpdjmadchap
Oficjalny URL https://chromewebstore.google.com/detail/daily-weather-forecast/knfdfghaoojgfeoaknibjhpdjmadchap
Opis Accurate weather forecast for the following 14 days
Rozmiar pliku 1.8 MB
Liczba instalacji 4,489
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2023-11-27
Data Publikacji 2022-06-01
Ocena 3.58/5 Łącznie 12 Oceny
Deweloper boticariocrm
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/dailyweather-privacypolicy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Weather Forecast",
    "description": "Accurate weather forecast for the following 14 days",
    "version": "1.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "geolocation"
    ],
    "host_permissions": [
        "https:\/\/locator-service.api.bbci.co.uk\/locations",
        "https:\/\/api.bigdatacloud.net\/data\/reverse-geocode-client",
        "https:\/\/weather-broker-cdn.api.bbci.co.uk\/en\/forecast\/aggregated"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "analytics.js"
            ]
        }
    ],
    "action": {
        "default_popup": "extension\/build\/index.html",
        "default_icon": {
            "16": "extension\/public\/icon_16.png",
            "32": "extension\/public\/icon_32.png",
            "48": "extension\/public\/icon_48.png",
            "128": "extension\/public\/icon_128.png"
        }
    },
    "icons": {
        "16": "extension\/public\/icon_16.png",
        "32": "extension\/public\/icon_32.png",
        "48": "extension\/public\/icon_48.png",
        "128": "extension\/public\/icon_128.png"
    }
}