Simple Weather
A basic weather widget.
什麼是Simple Weather?
Simple Weather是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A basic weather widget.”。
擴展截圖
下載Simple Weather擴展crx文件
下載Simple Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple weather interface that gives a basic forecast: Current temperature in F or C, precipitation probability, and a brief condition summary.
擴展基本資訊
名稱 | Simple Weather |
ID | gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
官方網址 | https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
簡介 | A basic weather widget. |
檔案大小 | 374 KB |
安裝次數 | 17 |
目前版本 | 0.0.2 |
更新時間 | 2020-05-24 |
上架時間 | 2020-05-24 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather", "description": "A basic weather widget.", "version": "0.0.2", "browser_action": { "default_popup": "index.html", "default_title": "Weather Widget" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "optional_permissions": [ "geolocation" ], "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'" } |