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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον katherine.i.wyman, και η κύρια λειτουργία του είναι "A customizable daily priority list with periodic AI-generated inspirational boosts".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DooToDoo - A New Tab To-Do List with Robots

Λήψη αρχείων επέκτασης DooToDoo - A New Tab To-Do List with Robots σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DooToDoo - A New Tab To-Do List with Robots DooToDoo - A New Tab To-Do List with Robots
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"
    }
}