DooToDoo - A New Tab To-Do List with Robots
A customizable daily priority list with periodic AI-generated inspirational boosts
DooToDoo - A New Tab To-Do List with Robots란 무엇입니까?
DooToDoo - A New Tab To-Do List with Robots은(는) katherine.i.wyman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A customizable daily priority list with periodic AI-generated inspirational boosts"입니다.
확장 프로그램 스크린샷
DooToDoo - A New Tab To-Do List with Robots 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Need a New-Tab ToDo list that's got jokes, pretty backgrounds, "inspiring images" from a (probably) benevolent AI, and solutions to all your problems? If you can live without the last one, then DooToDoo is for you. You should probably focus on 5 priorities each day, but DooToDoo won't limit you to that. Need to update one of your tasks? EDIT IT. Don't care about a priority anymore? TRASH IT. Finish something? CHECK IT OFF. GET CONGRATULATED BY CODE FOR IT. Hate the backgrounds I've supplied to you? UPLOAD YOUR OWN UNSPLASH COLLECTION. It's fine, really. It's not like I picked my favorite wallpapers or anything. "Science" has "shown" that those "inspiring" quote images that all your friends are posting on FB actually make us more "productive," so after completing a few tasks InspiroBot will try to "inspire" you. Inspiration not mandatory nor guaranteed. Just ignore InspiroBot. It's probably fine. Visit InspiroBot here: https://inspirobot.me/ Really I made this for myself and a few friends, but I hope you like it too.
확장 프로그램 기본 정보
이름 | |
ID | ajmjjpkbpmkmdfomcmjfjihlcnehmkdh |
공식 URL | https://chrome.google.com/webstore/detail/dootodoo-a-new-tab-to-do/ajmjjpkbpmkmdfomcmjfjihlcnehmkdh |
설명 | A customizable daily priority list with periodic AI-generated inspirational boosts |
파일 크기 | 257 KB |
설치 횟수 | 28 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2019-09-13 |
출시 날짜 | 2019-09-13 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | katherine.i.wyman |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DooToDoo - A New Tab To-Do List with Robots", "version": "0.0.5", "description": "A customizable daily priority list with periodic AI-generated inspirational boosts", "author": "Katherine Wyman", "manifest_version": 2, "incognito": "split", "permissions": [ "activeTab", "declarativeContent", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_title": "DooToDoo" }, "icons": { "16": ".\/icon16.png", "48": ".\/icon48.png", "128": ".\/icon128.png" } } |