60 minute forecast

Hyper local 60 minute precipitation forecast

Wat is 60 minute forecast?

60 minute forecast is een Chrome-extensie ontwikkeld door JG Media, en de belangrijkste functie is "Hyper local 60 minute precipitation forecast".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 60 minute forecast

Download 60 minute forecast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam 60 minute forecast 60 minute forecast
ID eobjmfcodejjhicdhapflilpnohcagka
Officiële URL https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka
Beschrijving Hyper local 60 minute precipitation forecast
Bestandsgrootte 83.44 KB
Aantal Installaties 15
Huidige Versie 0.0.2.0
Laatst Bijgewerkt 2016-01-08
Publicatiedatum 2016-01-08
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar JG Media
Betalingswijze free
Ondersteunde Talen 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'"
}