DoTab: The Minimalist New Tab To-Do List

Remember everything, stay on track, and actually use your to-do list.

DoTab: The Minimalist New Tab To-Do List là gì?

DoTab: The Minimalist New Tab To-Do List là một tiện ích mở rộng Chrome được phát triển bởi andy.orsow, và tính năng chính của nó là "Remember everything, stay on track, and actually use your to-do list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DoTab: The Minimalist New Tab To-Do List

Tải xuống các tệp mở rộng DoTab: The Minimalist New Tab To-Do List 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

                        Never struggle to quickly add or keep track of tasks again. 

DoTab replaces your new tab with an elegant minimalist to-do list.

Why you'll like it:
- wildly simple and easy to use
- looks slick and comes with dark mode
- you'll never forget about your to-do list again

***DATA***
We don't store your data. DoTab uses Chrome Storage to sync your tasks across whatever chrome browsers you're logged into, that's handled by Google, and we can't see it.

--

A note from the creator of DoTab:

"I made DoTab because frankly, I suck at to-do lists. I've tried tons of different apps, notebooks, and planners and they all suffer from the same problem. They're out of reach, out of sight, out of mind. I wanted to make something that was helpful, pleasing to look at, and enjoyable to use. I hope you find it to be at least one of those things. ;)"

-Andy, creator of DoTab                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DoTab: The Minimalist New Tab To-Do List DoTab: The Minimalist New Tab To-Do List
ID lejobjgkpdfhmchhdaecdkdlepclglaa
URL Chính Thức https://chromewebstore.google.com/detail/dotab-the-minimalist-new/lejobjgkpdfhmchhdaecdkdlepclglaa
Mô tả Remember everything, stay on track, and actually use your to-do list.
Kích Thước Tệp 14.31 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2023-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển andy.orsow
Email [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",
    "manifest_version": 3,
    "name": "DoTab: The Minimalist New Tab To-Do List",
    "version": "1.0.2",
    "description": "Remember everything, stay on track, and actually use your to-do list.",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}