Weather

Stylish weather add-on for your browser.

Weather क्या है?

Weather Karl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stylish weather add-on for your browser."।

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

screenshot

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

crx प्रारूप में Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Weather is a very lite addon that let you easily check your local weather forecast right in the browser.

Just open toolbar popup and search for your desired city and then press enter. The addon will look for the weather info and renders the UI after few seconds. You can check the current weather temperature, wind speed, visibility and humidity and more. Plus, daily weather forecast and hourly weather info are also available in toolbar popup UI.

Note: If you see any bugs, or you have a feature request, please email me ( karl [dot] svothye [at] gmail [dot] com ) with the bug details. I will try to fix the issues in the next update.                    

एक्सटेंशन की मूल जानकारी

नाम Weather Weather
ID ialodjkaifigeaffjdbifgeimoaccidp
आधिकारिक URL https://chromewebstore.google.com/detail/weather/ialodjkaifigeaffjdbifgeimoaccidp
विवरण Stylish weather add-on for your browser.
फ़ाइल का आकार 1.26 MB
स्थापना संख्या 1,002
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2018-05-22
प्रकाशन तिथि 2018-05-22
रेटिंग 3.86/5 कुल 7 रेटिंग्स
डेवलपर Karl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://eccorem.com/apps/weather-app.html
सहायता पृष्ठ URL http://eccorem.com/apps/weather-app.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "weather-app",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/weather-app.html",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus",
        "idle",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js",
            "serviceConfig.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}