60 minute forecast

Hyper local 60 minute precipitation forecast

60 minute forecast क्या है?

60 minute forecast JG Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hyper local 60 minute precipitation forecast"।

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

screenshot
screenshot
screenshot

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

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

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

                        Click the icon, you are geolocated, and a local 60 minute precipitation forecast is shown. Great if you're planning a trip to the shops, a bike ride, or any outdoor activity! 

FEATURES: 

- 60 minute local precipitation forecast
- Precipitation probability and intensity 
- Data is refreshed once an hour
- All types of precipitation are forecast - from rain to snow
- Ultra efficient code - won't slow your browser

PLEASE NOTE:

- Supported regions include USA, UK and Canada                    

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

नाम 60 minute forecast 60 minute forecast
ID eobjmfcodejjhicdhapflilpnohcagka
आधिकारिक URL https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka
विवरण Hyper local 60 minute precipitation forecast
फ़ाइल का आकार 83.44 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.0.2.0
अंतिम अपडेट 2016-01-08
प्रकाशन तिथि 2016-01-08
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर JG Media
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "60 minute forecast",
    "description": "Hyper local 60 minute precipitation forecast",
    "version": "0.0.2.0",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "128": "icon128manifest.png",
        "48": "icon48manifest.png",
        "32": "icon32manifest.png",
        "16": "icon16manifest.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "geolocation",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "icon32manifest.png",
        "default_popup": "popup.html",
        "default_title": "Rain?"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'"
}