Weather Tab

Replace new tab page with the weather and search

什么是Weather Tab?

Weather Tab是由https://timleland.com开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with the weather and search”。

扩展截图

screenshot

下载Weather Tab扩展crx文件

下载Weather Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

扩展基本信息

名称 Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
官方URL https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
简介 Replace new tab page with the weather and search
文件大小 7.47 MB
安装次数 396
当前版本 1.0.4
更新时间 2022-08-29
上架时间 2019-01-13
评分 4.00/5 共8次评分
开发者 https://timleland.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://timleland.com/weathertab/
帮助页面URL https://timleland.com/weathertab/
隐私政策页面URL https://t.ly/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}