Weather Notifier for Blink Browsers
Checks the weather, updates notification every hour.
Weather Notifier for Blink Browsers là gì?
Weather Notifier for Blink Browsers là một tiện ích mở rộng Chrome được phát triển bởi Geoffrey Stentiford, và tính năng chính của nó là "Checks the weather, updates notification every hour.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weather Notifier for Blink Browsers
Tải xuống các tệp mở rộng Weather Notifier for Blink Browsers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weather Notifier for Blink Browsers |
ID | bgmbocmonljnojhjiflmdookinfodcdh |
URL Chính Thức | https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh |
Mô tả | Checks the weather, updates notification every hour. |
Kích Thước Tệp | 6.28 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2023-04-14 |
Ngày Phát Hành | 2015-11-12 |
Nhà Phát Triển | Geoffrey Stentiford |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/geoffrey-s/home |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |