Quick Weather
Quick weather report based on your location
Quick Weatherとは何ですか?
Quick WeatherはVlad Nicoaraによって開発されたChromeの拡張機能で、その主な機能は「Quick weather report based on your location」です。
拡張機能のスクリーンショット
Quick Weather拡張機能のCRXファイルをダウンロード
Quick Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
拡張機能の基本情報
名前 | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
公式URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
説明 | Quick weather report based on your location |
ファイルサイズ | 91.42 KB |
インストール数 | 205 |
現在のバージョン | 0.1.2 |
最終更新日 | 2015-02-25 |
公開日 | 2015-02-25 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | Vlad Nicoara |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |