Weather Tab
Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
什麼是Weather Tab?
Weather Tab是由Weather Tab開發的Chrome擴展程式,該擴展的主要功能是“Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.”。
擴展截圖
下載Weather Tab擴展crx文件
下載Weather Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get Access to current Weather, extended weather forecast, search and more! Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results." This extension updates your browser New Tab and provides: - Local Weather Conditions - Humidity - Sun/Sunset time - Hourly Forecast - 7 Day Forecast - A web search box Comes with daily Weather Prompt to show you local weather in a new Chrome window! By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)
擴展基本資訊
名稱 | Weather Tab |
ID | eboighkploafnninjidahohphgdlbail |
官方網址 | https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail |
簡介 | Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab. |
檔案大小 | 44.53 KB |
安裝次數 | 3,648 |
目前版本 | 1.23.905 |
更新時間 | 2023-09-09 |
上架時間 | 2023-04-01 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Weather Tab |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://weathertab-site.info/privacy-policy/index.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Tab", "short_name": "Weather Tab", "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.", "version": "1.23.905", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Weather Tab" }, "permissions": [ "alarms", "cookies", "topSites", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.weathertab-api.info\/*" ], "manifest_version": 3 } |