Simple Todo
Replace the newtab page with a simple todo list
Simple Todo là gì?
Simple Todo là một tiện ích mở rộng Chrome được phát triển bởi Arnelle Balane, và tính năng chính của nó là "Replace the newtab page with a simple todo list".
Ả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 Simple Todo
Tải xuống các tệp mở rộng Simple Todo 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
FEATURES 👉 Manage todo items across three predefined lists: Today, This Week, Eventually 🌒 Dark mode 🎨 Configurable color schemes 🏞 Background images from Unsplash or custom uploaded image 🙈 Privacy mode 🏷 Custom tags 🔍 Search and filtering 🔗 Quick links and frequently visited sites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Todo |
ID | kobeijgkgkcgknodjkganceliljepmjf |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf |
Mô tả | Replace the newtab page with a simple todo list |
Kích Thước Tệp | 706 KB |
Số Lần Cài Đặt | 1,898 |
Phiên Bản Hiện Tại | 1.13.10 |
Cập Nhật Lần Cuối | 2024-02-12 |
Ngày Phát Hành | 2021-05-06 |
Đánh Giá | 5.00/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Arnelle Balane |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://simple-todo.arnelle.dev/ |
URL Trang Trợ Giúp | https://github.com/arnellebalane/simple-todo/issues/new |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Todo", "version": "1.13.10", "description": "Replace the newtab page with a simple todo list", "icons": { "48": "build\/icons\/48x48.png", "128": "build\/icons\/128x128.png" }, "author": "Arnelle Balane", "homepage_url": "https:\/\/simple-todo.arnelle.dev", "chrome_url_overrides": { "newtab": "build\/index.html" }, "permissions": [ "topSites" ], "host_permissions": [ "https:\/\/simple-todo.arnelle.dev\/" ], "content_security_policy": { "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: blob: https: http:; script-src 'self'; connect-src 'self' https:\/\/simple-todo.arnelle.dev https:\/\/images.unsplash.com https:\/\/o31372.ingest.sentry.io" } } |