TODOs
Simple to do list in minimalist visual aesthetics
TODOs là gì?
TODOs là một tiện ích mở rộng Chrome được phát triển bởi Adrian, và tính năng chính của nó là "Simple to do list in minimalist visual aesthetics".
Ả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 TODOs
Tải xuống các tệp mở rộng TODOs 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
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
URL Chính Thức | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
Mô tả | Simple to do list in minimalist visual aesthetics |
Kích Thước Tệp | 11.33 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2018-02-03 |
Ngày Phát Hành | 2018-02-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Adrian |
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": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |