WeatherPost

WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.

¿Qué es WeatherPost?

WeatherPost es una extensión de Chrome desarrollada por Engage Dev, y su función principal es "WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión WeatherPost

Descarga archivos de extensión WeatherPost en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Have you ever wished for an all-in-one tool that consolidates your local time, weather, and temperature in one easy and convenient view? Well, look no further, because WeatherPost is here! The real benefit of WeatherPost is that you can view all your information in real-time while you are currently working on your existing browser tabs.  

By clicking Install Add-On, you agree to install the Weatherpost Chrome extension and set your Chrome™ New Tab to that provided by the service with web search by Bing, and Terms of Use and Privacy Policy.

Privacy Policy: https://www.weatherpost.net/privacy.php
Terms of Use: https://www.weatherpost.net/terms.php                    

Información Básica de la Extensión

Nombre WeatherPost WeatherPost
ID fpcpbhngbgibimajhjlkbhjodfhfadnc
URL Oficial https://chromewebstore.google.com/detail/weatherpost/fpcpbhngbgibimajhjlkbhjodfhfadnc
Descripción WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.
Tamaño del Archivo 201 KB
Cantidad de Instalaciones 884
Versión Actual 0.1.1
Última Actualización 2023-05-07
Fecha de Publicación 2020-12-25
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Engage Dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.weatherpost.net/
URL de la Página de Ayuda https://www.weatherpost.net/
URL de la Página de Política de Privacidad https://www.weatherpost.net/privacy.php
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeatherPost",
    "version": "0.1.1",
    "options_page": "app\/index.html#settings",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "description": "WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.",
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "author": "Engage ADX Inc, 2205 152nd Ave NE, Redmond, WA 98052, USA",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "geolocation",
        "https:\/\/geolocation-db.com\/*",
        "https:\/\/maps.googleapis.com\/*",
        "https:\/\/fonts.googleapis.com\/css2"
    ],
    "content_security_policy": "script-src  'self' https:\/\/maps.googleapis.com https:\/\/fonts.googleapis.com\/css2 ; object-src 'self'",
    "manifest_version": 2
}