Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

Weather Notifier for Blink Browsers क्या है?

Weather Notifier for Blink Browsers Geoffrey Stentiford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks the weather, updates notification every hour."।

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

screenshot

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

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

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

                        Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen.

This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page.

Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.                    

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

नाम Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
आधिकारिक URL https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
विवरण Checks the weather, updates notification every hour.
फ़ाइल का आकार 6.28 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2023-04-14
प्रकाशन तिथि 2015-11-12
डेवलपर Geoffrey Stentiford
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/geoffrey-s/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Notifier for Blink Browsers",
    "version": "0.0.0.4",
    "description": "Checks the weather, updates notification every hour.",
    "icons": {
        "32": "icon.png"
    },
    "author": "Geoffrey Stentiford",
    "background": {
        "scripts": [
            "weather.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ]
}