Daily Weather Forecast

Accurate weather forecast for the following 14 days

Hvad er Daily Weather Forecast?

Daily Weather Forecast er en Chrome-udvidelse udviklet af boticariocrm, og dens hovedfunktion er "Accurate weather forecast for the following 14 days".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Daily Weather Forecast-udvidelses-CRX-fil

Download Daily Weather Forecast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Daily Weather Forecast Daily Weather Forecast
ID knfdfghaoojgfeoaknibjhpdjmadchap
Officiel URL https://chromewebstore.google.com/detail/daily-weather-forecast/knfdfghaoojgfeoaknibjhpdjmadchap
Beskrivelse Accurate weather forecast for the following 14 days
Filstørrelse 1.8 MB
Antal Installationer 4,489
Nuværende Version 1.2.2
Senest Opdateret 2023-11-27
Udgivelsesdato 2022-06-01
Bedømmelse 3.58/5 Samlet 12 Bedømmelser
Udvikler boticariocrm
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/dailyweather-privacypolicy
Understøttede Sprog 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"
    }
}