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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display weather forecast and warning signals issued by the Hong Kong Observatory, and Display notifications when warning in force."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hong Kong Weather Extension (香港天氣) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}