Weather

Extension shows the temperature and weather conditions for your current location

什么是Weather?

Weather是由https://skyweather.org开发的Chrome扩展程序,该扩展的主要功能是“Extension shows the temperature and weather conditions for your current location”。

扩展截图

screenshot

下载Weather扩展crx文件

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

扩展使用说明

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

扩展基本信息

名称 Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
官方URL https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
简介 Extension shows the temperature and weather conditions for your current location
文件大小 41.82 KB
安装次数 4,298
当前版本 1.0.3.0
更新时间 2023-08-10
上架时间 2016-04-19
评分 3.50/5 共42次评分
开发者 https://skyweather.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://skyweather.org/
帮助页面URL https://skyweather.org/
隐私政策页面URL https://stopreclame.com/privacy.html
支持的语言 de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}