To-do Reminder
This extension allows to set reminders and open specified URL's at scheduled time
To-do Reminder là gì?
To-do Reminder là một tiện ích mở rộng Chrome được phát triển bởi gdhuper, và tính năng chính của nó là "This extension allows to set reminders and open specified URL's at scheduled time ".
Ả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 To-do Reminder
Tải xuống các tệp mở rộng To-do 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
A simple to-do reminder extension for chrome to keep up with your busy schedule. This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cofhppimpcmdpdealgaljnifllmiiplk |
URL Chính Thức | https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk |
Mô tả | This extension allows to set reminders and open specified URL's at scheduled time |
Kích Thước Tệp | 1.53 MB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-03-17 |
Ngày Phát Hành | 2017-03-17 |
Nhà Phát Triển | gdhuper |
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": "To-do Reminder", "description": "This extension allows to set reminders and open specified URL's at scheduled time ", "version": "1.2", "browser_action": { "default_icon": "alarm.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |