The To Don't List

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

Vad är The To Don't List?

The To Don't List är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner The To Don't List-förlängningens CRX-fil

Ladda ner The To Don't List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
Officiell webbadress https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Beskrivning ToDon’t is a daily reminder for all the things to NOT do in your life.
Filstorlek 19.44 MB
Antal Installationer 105
Aktuell Version 0.1
Senast Uppdaterad 2018-11-05
Publiceringsdatum 2018-11-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://thetodontlist.com
Hjälpsida URL https://thetodontlist.com
Stödda Språk 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
    }
}