The Weather
Look at THE WEATHER: easy, quick and concise
什么是The Weather?
The Weather是由http://www.kissappsl.com开发的Chrome扩展程序,该扩展的主要功能是“Look at THE WEATHER: easy, quick and concise”。
扩展截图
下载The Weather扩展crx文件
下载The Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
扩展基本信息
名称 | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
官方URL | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
简介 | Look at THE WEATHER: easy, quick and concise |
文件大小 | 162 KB |
安装次数 | 42 |
当前版本 | 1.01 |
更新时间 | 2021-02-10 |
上架时间 | 2020-12-26 |
评分 | 5.00/5 共2次评分 |
开发者 | http://www.kissappsl.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | http://kissappsl.com/app/the-weather-extension/ |
帮助页面URL | http://kissappsl.com |
隐私政策页面URL | http://kissappsl.com/pages/privacy-policy |
支持的语言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |