ActualWeather
Get current weather in your browser!
什麼是ActualWeather?
ActualWeather是由AdsSquared, LLC開發的Chrome擴展程式,該擴展的主要功能是“Get current weather in your browser!”。
擴展截圖
下載ActualWeather擴展crx文件
下載ActualWeather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab
擴展基本資訊
名稱 | ActualWeather |
ID | jlalmckfngpijaibdnbphajodinicbfn |
官方網址 | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
簡介 | Get current weather in your browser! |
檔案大小 | 3.32 MB |
安裝次數 | 114 |
目前版本 | 0.0.2 |
更新時間 | 2023-11-03 |
上架時間 | 2023-10-10 |
評分 | 5.00/5 共 21 次評分 |
開發者 | AdsSquared, LLC |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ActualWeather.com |
說明頁面URL | https://ActualWeather.com/contact.html |
隱私政策頁面URL | https://adssquared.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActualWeather", "description": "Get current weather in your browser!", "version": "0.0.2", "manifest_version": 3, "icons": { "16": "resources\/icons\/icon16.png", "48": "resources\/icons\/icon48.png", "128": "resources\/icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_popup": "newtab.html", "default_icon": [] } } |