Yudu To-do List
A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!
Yudu To-do List란 무엇입니까?
Yudu To-do List은(는) Yudu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!"입니다.
확장 프로그램 스크린샷
Yudu To-do List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a chrome extension that lets you easily work form your browser. A fast, easy and beautiful to-do list for your browser. ✅ No-Signup! 🙏 Free 🏄 Easy Features 1. REALLY FAST⚡ Load time⚡ less than 0.5 seconds 2. TASKS COUNTER ⓫ Quickly see total tasks just below the extension. 3. FREE We don't intend to charge for this app. 4. EASY AND MINIMAL Less but powerful features. 5. WORKS OFFLINE Your data is stored in your browser so Yudu works offline. 6. NO SIGNUP Just install and start using. 7. ALL BASIC FEATURES - TASKS 💬, SUBTASKS, FOLDERS - COLORS AND THEMES - DUE DATES & PRIORITIES - GOOD USER EXPERIENCE - DRAG DROP 🛸 - QUICKLY ADD URLS 🌐 8. HIGHLIGHT, Right Click to Add Tasks 🌅 Select the text from your chats, messages, articles using your mouse, right click and select "Add to Yudu" or click the extension to automatically add task. To start Download the extension.
확장 프로그램 기본 정보
이름 | Yudu To-do List |
ID | giiafmcolpalgafbcmhphgaenkaoaopf |
공식 URL | https://chromewebstore.google.com/detail/yudu-to-do-list/giiafmcolpalgafbcmhphgaenkaoaopf |
설명 | A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today! |
파일 크기 | 716 KB |
설치 횟수 | 142 |
현재 버전 | 6 |
최근 업데이트 | 2022-01-15 |
출시 날짜 | 2020-10-20 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | Yudu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yudu.app |
도움말 페이지 URL | https://yudu.app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yudu To-do List", "description": "A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today! ", "version": "6", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |