The To Don't List

ToDon’t is a daily reminder for all the things to NOT do in your life.

O que é The To Don't List?

The To Don't List é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The To Don't List

Baixe arquivos de extensão The To Don't List 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

                        The key to unlocking productivity is not adding tasks, it’s removing them. To-Don’t is a to-do list that helps you avoid all the things you really shouldn’t be doing. Doing nothing has never felt so good!

Created by Burrow, furniture for modern life at home.                    

Informações Básicas da Extensão

Nome The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
URL Oficial https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Descrição ToDon’t is a daily reminder for all the things to NOT do in your life.
Tamanho do Arquivo 19.44 MB
Contagem de Instalações 105
Versão Atual 0.1
Última Atualização 2018-11-05
Data de Publicação 2018-11-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://thetodontlist.com
URL da Página de Ajuda https://thetodontlist.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The To Don't List",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "version": "0.1",
    "description": "ToDon\u2019t is a daily reminder for all the things to NOT do in your life.",
    "author": "Burrow",
    "chrome_url_overrides": {
        "newtab": "todont.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/gifs\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}