Weather Data
This extension alerts in case of storm or any other weather anomaly
什麼是Weather Data?
Weather Data是由Albe Rosado開發的Chrome擴展程式,該擴展的主要功能是“This extension alerts in case of storm or any other weather anomaly”。
擴展截圖
下載Weather Data擴展crx文件
下載Weather Data擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.
擴展基本資訊
名稱 | |
ID | pjfcgapkmfboidpbffmdjnfodcbpnbmo |
官方網址 | https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo |
簡介 | This extension alerts in case of storm or any other weather anomaly |
檔案大小 | 26.79 KB |
安裝次數 | 84 |
目前版本 | 1.1.1 |
更新時間 | 2018-11-13 |
上架時間 | 2018-11-13 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Albe Rosado |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Data", "description": "This extension alerts in case of storm or any other weather anomaly", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.openweathermap.org\/", "geolocation", "notifications", "background", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |