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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WeatherPost is an easy-to-use weather app that displays the accurate 5 day weather forecast as well as the current time."।

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

screenshot
screenshot

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

crx प्रारूप में WeatherPost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}