Local Weather
Shows you local weather. Auto determines your location and fetch weather details on its basis
Local Weatherとは何ですか?
Local WeatherはBuiltin Geniusによって開発されたChromeの拡張機能で、その主な機能は「Shows you local weather. Auto determines your location and fetch weather details on its basis」です。
Local Weather拡張機能のCRXファイルをダウンロード
Local Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome. Version 1.1.0 Updates: Now you can check weather information in Both Fahrenheit and Celsius units just by one click --- Hope you enjoy using it. Feedbacks are heartedly welcomed!
拡張機能の基本情報
名前 | |
ID | fiiiahdbpgbkoimldhcgknelkiannjki |
公式URL | https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki |
説明 | Shows you local weather. Auto determines your location and fetch weather details on its basis |
ファイルサイズ | 173 KB |
インストール数 | 265 |
現在のバージョン | 1.1.4 |
最終更新日 | 2016-09-01 |
公開日 | 2016-09-01 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Builtin Genius |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_popup": "popup.html", "default_title": "Local weather" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Local Weather", "permissions": [ "storage", "geolocation", "tabs", "https:\/\/api.openweathermap.org\/*", "http:\/\/api.openweathermap.org\/*", "http:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4" } |