The To Don't List

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

Wat is The To Don't List?

The To Don't List is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The To Don't List

Download The To Don't List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
Officiële URL https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Beschrijving ToDon’t is a daily reminder for all the things to NOT do in your life.
Bestandsgrootte 19.44 MB
Aantal Installaties 105
Huidige Versie 0.1
Laatst Bijgewerkt 2018-11-05
Publicatiedatum 2018-11-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://thetodontlist.com
Help Pagina-URL https://thetodontlist.com
Ondersteunde Talen 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
    }
}