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