WeatherPost

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

什麼是WeatherPost?

WeatherPost是由Engage Dev開發的Chrome擴展程式,該擴展的主要功能是“WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.”。

擴展截圖

screenshot
screenshot

下載WeatherPost擴展crx文件

下載WeatherPost擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 WeatherPost WeatherPost
ID fpcpbhngbgibimajhjlkbhjodfhfadnc
官方網址 https://chromewebstore.google.com/detail/weatherpost/fpcpbhngbgibimajhjlkbhjodfhfadnc
簡介 WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time.
檔案大小 201 KB
安裝次數 884
目前版本 0.1.1
更新時間 2023-05-07
上架時間 2020-12-25
評分 3.00/5 共 2 次評分
開發者 Engage Dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.weatherpost.net/
說明頁面URL https://www.weatherpost.net/
隱私政策頁面URL https://www.weatherpost.net/privacy.php
支援的語言 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
}