Weather New Tab

The best weather new tab extention

什么是Weather New Tab?

Weather New Tab是由weathernewtab开发的Chrome扩展程序,该扩展的主要功能是“The best weather new tab extention”。

扩展截图

screenshot
screenshot

下载Weather New Tab扩展crx文件

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

扩展使用说明

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

扩展基本信息

名称 Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
官方URL https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
简介 The best weather new tab extention
文件大小 1.67 MB
安装次数 6,921
当前版本 1.0.4
更新时间 2023-05-30
上架时间 2022-10-26
开发者 weathernewtab
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://weathernewtab.com/privacy.html
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}