Weather Notifier for Blink Browsers
Checks the weather, updates notification every hour.
什么是Weather Notifier for Blink Browsers?
Weather Notifier for Blink Browsers是由Geoffrey Stentiford开发的Chrome扩展程序,该扩展的主要功能是“Checks the weather, updates notification every hour.”。
扩展截图
下载Weather Notifier for Blink Browsers扩展crx文件
下载Weather Notifier for Blink Browsers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen. This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page. Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.
扩展基本信息
名称 | Weather Notifier for Blink Browsers |
ID | bgmbocmonljnojhjiflmdookinfodcdh |
官方URL | https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh |
简介 | Checks the weather, updates notification every hour. |
文件大小 | 6.28 KB |
安装次数 | 16 |
当前版本 | 0.0.0.4 |
更新时间 | 2023-04-14 |
上架时间 | 2015-11-12 |
开发者 | Geoffrey Stentiford |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/geoffrey-s/home |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Notifier for Blink Browsers", "version": "0.0.0.4", "description": "Checks the weather, updates notification every hour.", "icons": { "32": "icon.png" }, "author": "Geoffrey Stentiford", "background": { "scripts": [ "weather.js" ] }, "options_page": "options.html", "permissions": [ "background", "notifications", "storage", "http:\/\/api.openweathermap.org\/" ] } |