Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
什麼是Local Weather (Current Conditions)?
Local Weather (Current Conditions)是由mohiman開發的Chrome擴展程式,該擴展的主要功能是“Presents weather based on your current location, or you can update by entering new location/zip etc.”。
擴展截圖
下載Local Weather (Current Conditions)擴展crx文件
下載Local Weather (Current Conditions)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
官方網址 | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
簡介 | Presents weather based on your current location, or you can update by entering new location/zip etc. |
檔案大小 | 1.16 MB |
安裝次數 | 16 |
目前版本 | 2.25 |
更新時間 | 2016-07-22 |
上架時間 | 2016-07-21 |
評分 | 3.00/5 共 2 次評分 |
開發者 | mohiman |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |