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?

DoTab: The Minimalist New Tab To-Do List是由andy.orsow開發的Chrome擴展程式,該擴展的主要功能是“Remember everything, stay on track, and actually use your to-do list.”。

擴展截圖

screenshot
screenshot
screenshot

下載DoTab: The Minimalist New Tab To-Do List擴展crx文件

下載DoTab: The Minimalist New Tab To-Do List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 DoTab: The Minimalist New Tab To-Do List DoTab: The Minimalist New Tab To-Do List
ID lejobjgkpdfhmchhdaecdkdlepclglaa
官方網址 https://chromewebstore.google.com/detail/dotab-the-minimalist-new/lejobjgkpdfhmchhdaecdkdlepclglaa
簡介 Remember everything, stay on track, and actually use your to-do list.
檔案大小 14.31 KB
安裝次數 96
目前版本 1.0.2
更新時間 2023-05-19
上架時間 2023-05-04
評分 5.00/5 共 1 次評分
開發者 andy.orsow
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}