Random task

The easiest way to choose your next task in Todoist

Random task là gì?

Random task là một tiện ích mở rộng Chrome được phát triển bởi devsnice, và tính năng chính của nó là "The easiest way to choose your next task in Todoist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random task

Tải xuống các tệp mở rộng Random task dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 😎                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random task Random task
ID npgmdhfbmhiffncedifcddbmijccdccb
URL Chính Thức https://chromewebstore.google.com/detail/random-task/npgmdhfbmhiffncedifcddbmijccdccb
Mô tả The easiest way to choose your next task in Todoist
Kích Thước Tệp 673 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2020-11-09
Ngày Phát Hành 2020-06-15
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển devsnice
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://janethedesigner23.github.io/random-task-website/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}