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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}