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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |