Daily Weather Forecast

Accurate weather forecast for the following 14 days

Was ist Daily Weather Forecast?

Daily Weather Forecast ist eine Chrome-Erweiterung, die von boticariocrm entwickelt wurde, und ihr Hauptmerkmal ist "Accurate weather forecast for the following 14 days".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Daily Weather Forecast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Daily Weather Forecast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Daily Weather Forecast Daily Weather Forecast
ID knfdfghaoojgfeoaknibjhpdjmadchap
Offizielle URL https://chromewebstore.google.com/detail/daily-weather-forecast/knfdfghaoojgfeoaknibjhpdjmadchap
Beschreibung Accurate weather forecast for the following 14 days
Dateigröße 1.8 MB
Installationsanzahl 4,489
Aktuelle Version 1.2.2
Letztes Update 2023-11-27
Veröffentlichungsdatum 2022-06-01
Bewertung 3.58/5 Insgesamt 12 Bewertungen
Entwickler boticariocrm
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/dailyweather-privacypolicy
Unterstützte Sprachen 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"
    }
}