Hong Kong Weather Extension (香港天氣)

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

Hong Kong Weather Extension (香港天氣) क्या है?

Hong Kong Weather Extension (香港天氣) https://alvinhkh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hong Kong Weather Extension (香港天氣) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Hong Kong Weather Extension (香港天氣) Hong Kong Weather Extension (香港天氣)
ID jmdookpkgalopfpehgmddjcodfeocffl
आधिकारिक URL https://chromewebstore.google.com/detail/hong-kong-weather-extensi/jmdookpkgalopfpehgmddjcodfeocffl
विवरण Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force.
फ़ाइल का आकार 4.18 MB
स्थापना संख्या 13,475
वर्तमान संस्करण 3.6.1
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2018-09-10
रेटिंग 4.72/5 कुल 211 रेटिंग्स
डेवलपर https://alvinhkh.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.alvinhkh.com/hongkongweatherextension
सहायता पृष्ठ URL https://www.alvinhkh.com/hongkongweatherextension/support
गोपनीयता नीति पृष्ठ URL https://www.alvinhkh.com/extension-privacy-policy
समर्थित भाषाएँ 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"
}