Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Reminder là gì?
Reminder là một tiện ích mở rộng Chrome được phát triển bởi Andy Young, và tính năng chính của nó là "Create simple reminders with this chrome extension. Input message and time and you are set.".
Ả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 Reminder
Tải xuống các tệp mở rộng 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
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
URL Chính Thức | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Mô tả | Create simple reminders with this chrome extension. Input message and time and you are set. |
Kích Thước Tệp | 94.52 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-03-10 |
Ngày Phát Hành | 2018-03-09 |
Nhà Phát Triển | Andy Young |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |