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
公式URL 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
Eメール [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
}