Random task
The easiest way to choose your next task in Todoist
什麼是Random task?
Random task是由devsnice開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to choose your next task in Todoist”。
擴展截圖
下載Random task擴展crx文件
下載Random task擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |