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 |
公式URL | 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 |
Eメール | [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 } } |