60 minute forecast

Hyper local 60 minute precipitation forecast

什麼是60 minute forecast?

60 minute forecast是由JG Media開發的Chrome擴展程式,該擴展的主要功能是“Hyper local 60 minute precipitation forecast”。

擴展截圖

screenshot
screenshot
screenshot

下載60 minute forecast擴展crx文件

下載60 minute forecast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}