Minimal Todoist
An extension to help you complete todoist tasks
Minimal Todoist là gì?
Minimal Todoist là một tiện ích mở rộng Chrome được phát triển bởi ashish.me, và tính năng chính của nó là "An extension to help you complete todoist tasks".
Ả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 Minimal Todoist
Tải xuống các tệp mở rộng Minimal Todoist 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
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab. Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
URL Chính Thức | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
Mô tả | An extension to help you complete todoist tasks |
Kích Thước Tệp | 2.13 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-10-02 |
Ngày Phát Hành | 2019-10-02 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ashish.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ashish.me |
URL Trang Trợ Giúp | https://github.com/ashishdotme/minimal-todoist-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Todoist", "version": "1.0.1", "description": "An extension to help you complete todoist tasks", "author": "Ashish Patel", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |