Random task
The easiest way to choose your next task in Todoist
Random task क्या है?
Random task devsnice द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to choose your next task in Todoist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random task एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 😎
एक्सटेंशन की मूल जानकारी
नाम | Random task |
ID | npgmdhfbmhiffncedifcddbmijccdccb |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-task/npgmdhfbmhiffncedifcddbmijccdccb |
विवरण | The easiest way to choose your next task in Todoist |
फ़ाइल का आकार | 673 KB |
स्थापना संख्या | 149 |
वर्तमान संस्करण | 1.03 |
अंतिम अपडेट | 2020-11-09 |
प्रकाशन तिथि | 2020-06-15 |
रेटिंग | 3.17/5 कुल 6 रेटिंग्स |
डेवलपर | devsnice |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://janethedesigner23.github.io/random-task-website/ |
समर्थित भाषाएँ | 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" } } |