The To Don't List

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

Hvad er The To Don't List?

The To Don't List er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download The To Don't List-udvidelses-CRX-fil

Download The To Don't List-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
Officiel URL https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Beskrivelse ToDon’t is a daily reminder for all the things to NOT do in your life.
Filstørrelse 19.44 MB
Antal Installationer 105
Nuværende Version 0.1
Senest Opdateret 2018-11-05
Udgivelsesdato 2018-11-05
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://thetodontlist.com
Hjælpeside-URL https://thetodontlist.com
Understøttede Sprog 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
    }
}