Weather extension
The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!
什么是Weather extension?
Weather extension是由https://sudarshanrai.com.np开发的Chrome扩展程序,该扩展的主要功能是“The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!”。
扩展截图
下载Weather extension扩展crx文件
下载Weather extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This browser weather extension is a software program that adds weather information to your web browser. It allows you to view current temperature, forecast, and other weather-related data for your location directly on your browser's toolbar or as a pop-up window. It's easy to install and use, and works with major browsers such as Chrome, Firefox, and Safari. This extension is a convenient way to stay informed about the weather while you're browsing the web.
扩展基本信息
名称 | Weather extension |
ID | mfhfabihcpklaoadegkbfpfbenneniad |
官方URL | https://chromewebstore.google.com/detail/weather-extension/mfhfabihcpklaoadegkbfpfbenneniad |
简介 | The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside! |
文件大小 | 1.14 MB |
安装次数 | 2,000 |
当前版本 | 4.2 |
更新时间 | 2023-03-02 |
上架时间 | 2020-09-06 |
评分 | 4.63/5 共8次评分 |
开发者 | https://sudarshanrai.com.np |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather extension", "version": "4.2", "description": "The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!", "icons": { "128": "\/assets\/icon128.png", "48": "\/assets\/icon48.png", "16": "\/assets\/icon16.png" }, "action": { "default_icon": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png" }, "default_popup": "index.html" }, "content_security_policy": [] } |