What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
什么是What's The Weather?
What's The Weather是由http://what-is-the-weather.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.”。
扩展截图
下载What's The Weather扩展crx文件
下载What's The Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
扩展基本信息
名称 | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
官方URL | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
简介 | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
文件大小 | 93.3 KB |
安装次数 | 65,028 |
当前版本 | 1.2 |
更新时间 | 2022-06-10 |
上架时间 | 2022-05-05 |
评分 | 3.00/5 共2次评分 |
开发者 | http://what-is-the-weather.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://what-is-the-weather.com/ |
帮助页面URL | https://what-is-the-weather.com/pages/contact.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |