To do list - Keep it simple
Just a simple to do list extension with a simple design.
To do list - Keep it simple là gì?
To do list - Keep it simple là một tiện ích mở rộng Chrome được phát triển bởi yohan.quinquis, và tính năng chính của nó là "Just a simple to do list extension with a simple design.".
Ả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 list - Keep it simple
Tải xuống các tệp mở rộng To do list - Keep it simple 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
With Keep it simple, organize your tasks in no time ! This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | To do list - Keep it simple |
ID | dhbalflkcneafhdchlphigpflfddfalk |
URL Chính Thức | https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk |
Mô tả | Just a simple to do list extension with a simple design. |
Kích Thước Tệp | 1.55 MB |
Số Lần Cài Đặt | 204 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-11-17 |
Ngày Phát Hành | 2023-02-21 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | yohan.quinquis |
[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", "name": "To do list - Keep it simple", "description": "Just a simple to do list extension with a simple design.", "version": "1.3", "manifest_version": 3, "icons": { "256": "image\/logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "256": "image\/logo.png" } }, "options_page": "index.html", "permissions": [ "storage" ] } |