Hong Kong Weather Extension (香港天氣)

Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force.

¿Qué es Hong Kong Weather Extension (香港天氣)?

Hong Kong Weather Extension (香港天氣) es una extensión de Chrome desarrollada por https://alvinhkh.com, y su función principal es "Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Hong Kong Weather Extension (香港天氣)

Descarga archivos de extensión Hong Kong Weather Extension (香港天氣) 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

                        1. Provide most of the Hong Kong Weather Information for daily use
2. Display latest weather information, with desktop notification when warnings issued
3. High flexibility, able to disable information you do not want to display and set fetch interval

★ Any problems & suggestions click the "Send Feedback" on the left and Submit a support request ★

All information displayed from the Hong Kong Observatory issued on time, not real-time information.
This extension has been authorized by Hong Kong Observatory to reproduce or re-disseminate information from the Hong Kong Observatory website.                    

Información Básica de la Extensión

Nombre Hong Kong Weather Extension (香港天氣) Hong Kong Weather Extension (香港天氣)
ID jmdookpkgalopfpehgmddjcodfeocffl
URL Oficial https://chromewebstore.google.com/detail/hong-kong-weather-extensi/jmdookpkgalopfpehgmddjcodfeocffl
Descripción Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force.
Tamaño del Archivo 4.18 MB
Cantidad de Instalaciones 13,475
Versión Actual 3.6.1
Última Actualización 2024-02-22
Fecha de Publicación 2018-09-10
Calificación 4.72/5 Total de 211 Calificaciones
Desarrollador https://alvinhkh.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.alvinhkh.com/hongkongweatherextension
URL de la Página de Ayuda https://www.alvinhkh.com/hongkongweatherextension/support
URL de la Página de Política de Privacidad https://www.alvinhkh.com/extension-privacy-policy
Idiomas Soportados en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "function.js",
            "data.js",
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "pop.html",
        "default_title": "__MSG_msgConnecting__"
    },
    "offline_enabled": true,
    "content_security_policy": "default-src 'self' https:\/\/themes.googleusercontent.com; connect-src https:\/\/*.hko.gov.hk https:\/\/*.weather.gov.hk https:\/\/ogciopsi.blob.core.windows.net\/; script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.google.com https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.fbcdn.net https:\/\/*.twitter.com; img-src https:\/\/*.hko.gov.hk https:\/\/*.weather.gov.hk data: https:\/\/*.gstatic.com https:\/\/*.google-analytics.com https:\/\/*.facebook.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; frame-src https:\/\/*.google.com https:\/\/*.facebook.com https:\/\/facebook.com https:\/\/*.twitter.com; font-src https:\/\/fonts.gstatic.com;",
    "minimum_chrome_version": "22",
    "default_locale": "zh_TW",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "icons\/icon.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "name": "__MSG_extensionName__",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.hko.gov.hk\/",
        "*:\/\/*.weather.gov.hk\/",
        "https:\/\/ogciopsi.blob.core.windows.net\/",
        "notifications",
        "background",
        "unlimitedStorage"
    ],
    "manifest_version": 2,
    "version": "3.6.1"
}