Random task

The easiest way to choose your next task in Todoist

O que é Random task?

Random task é uma extensão do Chrome desenvolvida por devsnice, e sua principal característica é "The easiest way to choose your next task in Todoist".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Random task

Baixe arquivos de extensão Random task no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 😎                    

Informações Básicas da Extensão

Nome Random task Random task
ID npgmdhfbmhiffncedifcddbmijccdccb
URL Oficial https://chromewebstore.google.com/detail/random-task/npgmdhfbmhiffncedifcddbmijccdccb
Descrição The easiest way to choose your next task in Todoist
Tamanho do Arquivo 673 KB
Contagem de Instalações 149
Versão Atual 1.03
Última Atualização 2020-11-09
Data de Publicação 2020-06-15
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor devsnice
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://janethedesigner23.github.io/random-task-website/
Idiomas Suportados 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"
    }
}