Random task

The easiest way to choose your next task in Todoist

Qu'est-ce que Random task ?

Random task est une extension Chrome développée par devsnice, et sa fonction principale est "The easiest way to choose your next task in Todoist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random task

Téléchargez les fichiers d'extension Random task 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

                        Todoist Random task — for those, who likes it random. Just press one button and plugin will choose the next task from your list for you!
We've created it to make your process of choosing tasks in Todoist easier!

🤔How it works
If you're stuck and don't know where to start from, just open your today's plan or any project in Todoist, then choose Random task on your extensions panel. And Let's random!
The extension will choose a next task for you! 🎉

Choose your next task with a fast of click.

P.S. Only works with Todoist, but we're working on it 😎                    

Informations de Base sur l'Extension

Nom Random task Random task
ID npgmdhfbmhiffncedifcddbmijccdccb
URL Officiel https://chromewebstore.google.com/detail/random-task/npgmdhfbmhiffncedifcddbmijccdccb
Description The easiest way to choose your next task in Todoist
Taille du Fichier 673 KB
Nombre d'Installations 149
Version Actuelle 1.03
Dernière Mise à Jour 2020-11-09
Date de Publication 2020-06-15
Évaluation 3.17/5 Total 6 Évaluations
Développeur devsnice
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://janethedesigner23.github.io/random-task-website/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random task",
    "version": "1.03",
    "description": "The easiest way to choose your next task in Todoist",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/favicon\/favicon_16x.png",
            "32": "img\/favicon\/favicon_32x.png",
            "48": "img\/favicon\/favicon_48x.png",
            "128": "img\/favicon\/favicon_128x.png"
        }
    },
    "icons": {
        "16": "img\/favicon\/favicon_16x.png",
        "32": "img\/favicon\/favicon_32x.png",
        "48": "img\/favicon\/favicon_48x.png",
        "128": "img\/favicon\/favicon_128x.png"
    }
}