Random task
The easiest way to choose your next task in Todoist
Was ist Random task?
Random task ist eine Chrome-Erweiterung, die von devsnice entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to choose your next task in Todoist".
Erweiterungsscreenshots
Random task-Erweiterungs-CRX-Datei herunterladen
Laden Sie Random task-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 😎
Grundlegende Informationen zur Erweiterung
Name | Random task |
ID | npgmdhfbmhiffncedifcddbmijccdccb |
Offizielle URL | https://chromewebstore.google.com/detail/random-task/npgmdhfbmhiffncedifcddbmijccdccb |
Beschreibung | The easiest way to choose your next task in Todoist |
Dateigröße | 673 KB |
Installationsanzahl | 149 |
Aktuelle Version | 1.03 |
Letztes Update | 2020-11-09 |
Veröffentlichungsdatum | 2020-06-15 |
Bewertung | 3.17/5 Insgesamt 6 Bewertungen |
Entwickler | devsnice |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://janethedesigner23.github.io/random-task-website/ |
Unterstützte Sprachen | 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" } } |