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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}