Yudu To-do List

A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!

Qu'est-ce que Yudu To-do List ?

Yudu To-do List est une extension Chrome développée par Yudu, et sa fonction principale est "A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Yudu To-do List

Téléchargez les fichiers d'extension Yudu To-do List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Yudu To-do List Yudu To-do List
ID giiafmcolpalgafbcmhphgaenkaoaopf
URL Officiel https://chromewebstore.google.com/detail/yudu-to-do-list/giiafmcolpalgafbcmhphgaenkaoaopf
Description A Todo List Extension Designed For Speed, Beauty, and Productivity. Download Today!
Taille du Fichier 716 KB
Nombre d'Installations 142
Version Actuelle 6
Dernière Mise à Jour 2022-01-15
Date de Publication 2020-10-20
Évaluation 4.83/5 Total 6 Évaluations
Développeur Yudu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yudu.app
URL de la Page d'Aide https://yudu.app
Langues Prises en Charge 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"
    }
}