Daily Weather Forecast

Accurate weather forecast for the following 14 days

Vad är Daily Weather Forecast?

Daily Weather Forecast är en Chrome-tillägg utvecklad av boticariocrm, och dess huvudfunktion är "Accurate weather forecast for the following 14 days".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Daily Weather Forecast-förlängningens CRX-fil

Ladda ner Daily Weather Forecast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Daily Weather Forecast Daily Weather Forecast
ID knfdfghaoojgfeoaknibjhpdjmadchap
Officiell webbadress https://chromewebstore.google.com/detail/daily-weather-forecast/knfdfghaoojgfeoaknibjhpdjmadchap
Beskrivning Accurate weather forecast for the following 14 days
Filstorlek 1.8 MB
Antal Installationer 4,489
Aktuell Version 1.2.2
Senast Uppdaterad 2023-11-27
Publiceringsdatum 2022-06-01
Betyg 3.58/5 Totalt 12 Betyg
Utvecklare boticariocrm
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/dailyweather-privacypolicy
Stödda Språk 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"
    }
}