rminder - WinTenDev
An extension that will remind you to correct your posture, drink water, blink, and stretch
rminder - WinTenDev là gì?
rminder - WinTenDev là một tiện ích mở rộng Chrome được phát triển bởi kholid060, và tính năng chính của nó là "An extension that will remind you to correct your posture, drink water, blink, and stretch".
Ả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 rminder - WinTenDev
Tải xuống các tệp mở rộng rminder - WinTenDev 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
This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health. You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | rminder - WinTenDev |
ID | kbchhfdklfddnnilmdffaeahipjcabll |
URL Chính Thức | https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll |
Mô tả | An extension that will remind you to correct your posture, drink water, blink, and stretch |
Kích Thước Tệp | 386 KB |
Số Lần Cài Đặt | 966 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2021-05-26 |
Ngày Phát Hành | 2020-12-16 |
Đánh Giá | 4.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | kholid060 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch", "default_locale": "en", "permissions": [ "notifications", "storage", "alarms" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |