Reminds - your desktop reminder
Create one-time or recurring reminders and never forget anything.
Reminds - your desktop reminder là gì?
Reminds - your desktop reminder là một tiện ích mở rộng Chrome được phát triển bởi Gram, và tính năng chính của nó là "Create one-time or recurring reminders and never forget anything.".
Ả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 Reminds - your desktop reminder
Tải xuống các tệp mở rộng Reminds - your desktop reminder 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
Reminds - you can now manage your daily tasks & reminders with one single extension. Have you ever forgotten important tasks while working/procrastinating on your computer? If the answer is yes, you need Reminds in your Chrome browser! • Reminds is an intuitive desktop reminder for everyday use and work. • You can create one-off or weekly recurring reminders with ease. • Install now and never forget anything! p.s Reminds is regularly updated to ensure you have the best user experience
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reminds - your desktop reminder |
ID | jkodggbjknnjbiadigiggaajehflpnap |
URL Chính Thức | https://chromewebstore.google.com/detail/reminds-your-desktop-remi/jkodggbjknnjbiadigiggaajehflpnap |
Mô tả | Create one-time or recurring reminders and never forget anything. |
Kích Thước Tệp | 479 KB |
Số Lần Cài Đặt | 407 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-11-20 |
Ngày Phát Hành | 2018-11-20 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Gram |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.1", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "32": "images\/icon-32.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "pages\/**" ], "permissions": [ "alarms", "storage", "notifications" ] } |