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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}