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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 Weather Tab
ID eboighkploafnninjidahohphgdlbail
官方URL 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
}