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ファイルをダウンロード
Yudu To-do List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |