What's The Weather Extension
Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.
什么是What's The Weather Extension?
What's The Weather Extension是由http://theweather-extension.com开发的Chrome扩展程序,该扩展的主要功能是“Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.”。
扩展截图
下载What's The Weather Extension扩展crx文件
下载What's The Weather Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's the Weather gives you an easy way for getting current & weather of different locations and garnishes your Chrome Browser new tab default looks to an attractive New tab. This is a free add-on for Chrome Browser where the primary target is getting today's weather & weekly weather according to your location easily and quickly. Also, set a background from our selective Weather images gallery powered by Unsplash in your Chrome Browser default new tab. We are actually changing your Chrome browser default new tab page. Also as an added feature : 1) Convert temperature units 2) Enter your Location 3) Set current Weather-wise Background 4) Search your desired information, image, video and others through Bing search. By clicking "Add to Chrome", I accept and agree to install "What's the Weather" and setting Chrome™ New Tab to that provided by the Microsoft Bing search service and the Privacy (https://vobis.tv/privacy-policy/) and Terms of Use (https://vobis.tv/privacy-policy/).
扩展基本信息
名称 | |
ID | amnflodcllnlhjnfahgpablojaehcpia |
官方URL | https://chrome.google.com/webstore/detail/whats-the-weather-extensi/amnflodcllnlhjnfahgpablojaehcpia |
简介 | Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab. |
文件大小 | 968 KB |
安装次数 | 114,014 |
当前版本 | 1.0.1 |
更新时间 | 2023-09-13 |
上架时间 | 2021-09-24 |
评分 | 1.00/5 共5次评分 |
开发者 | http://theweather-extension.com |
电子邮箱 | [email protected] |
扩展官网 | https://theweather-extension.com |
帮助页面URL | https://theweather-extension.com |
隐私政策页面URL | https://vobis.tv/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "What's The Weather Extension", "short_name": "What's The Weather", "description": "Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.", "homepage_url": "https:\/\/theweather-extension.com", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.theweather-extension.com\/my-weather\/" ], "version": "1.0.1", "action": { "default_icon": { "16": "public\/images\/bd-16.png", "32": "public\/images\/bd-32.png", "48": "public\/images\/bd-48.png", "128": "public\/images\/bd-128.png" } }, "icons": { "16": "public\/images\/bd-16.png", "32": "public\/images\/bd-32.png", "48": "public\/images\/bd-48.png", "128": "public\/images\/bd-128.png" }, "chrome_url_overrides": { "newtab": "landing.html" } } |