Daily Weather Forecast

Accurate weather forecast for the following 14 days

Co je Daily Weather Forecast?

Daily Weather Forecast je rozšíření Chrome vyvinuté boticariocrm, a jeho hlavní funkcí je „Accurate weather forecast for the following 14 days“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Daily Weather Forecast

Stáhněte si soubory rozšíření Daily Weather Forecast ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Daily Weather Forecast Daily Weather Forecast
ID knfdfghaoojgfeoaknibjhpdjmadchap
Oficiální URL https://chromewebstore.google.com/detail/daily-weather-forecast/knfdfghaoojgfeoaknibjhpdjmadchap
Popis Accurate weather forecast for the following 14 days
Velikost souboru 1.8 MB
Počet instalací 4,489
Aktuální Verze 1.2.2
Poslední Aktualizace 2023-11-27
Datum Vydání 2022-06-01
Hodnocení 3.58/5 Celkem 12 Hodnocení
Vývojář boticariocrm
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/dailyweather-privacypolicy
Podporované Jazyky 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"
    }
}