Weather
Extension shows the temperature and weather conditions for your current location
什麼是Weather?
Weather是由https://skyweather.org開發的Chrome擴展程式,該擴展的主要功能是“Extension shows the temperature and weather conditions for your current location”。
擴展截圖
下載Weather擴展crx文件
下載Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
擴展基本資訊
名稱 | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
官方網址 | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
簡介 | Extension shows the temperature and weather conditions for your current location |
檔案大小 | 41.82 KB |
安裝次數 | 4,298 |
目前版本 | 1.0.3.0 |
更新時間 | 2023-08-10 |
上架時間 | 2016-04-19 |
評分 | 3.50/5 共 42 次評分 |
開發者 | https://skyweather.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://skyweather.org/ |
說明頁面URL | https://skyweather.org/ |
隱私政策頁面URL | https://stopreclame.com/privacy.html |
支援的語言 | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |