Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
什麼是Weather App?
Weather App是由https://arunayyappath.me開發的Chrome擴展程式,該擴展的主要功能是“The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.”。
擴展截圖
下載Weather App擴展crx文件
下載Weather App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates 擴展基本資訊
| 名稱 | |
| ID | npaebkdojgajejbpgegfgkdgfkokmepi |
| 官方網址 | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
| 簡介 | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
| 檔案大小 | 379 KB |
| 安裝次數 | 264 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2019-08-21 |
| 上架時間 | 2019-08-21 |
| 評分 | 3.80/5 共 5 次評分 |
| 開發者 | https://arunayyappath.me |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://arunayyappath.me/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Weather",
"manifest_version": 2,
"name": "Weather App",
"version": "1.0.1",
"description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"geolocation"
]
} | |