The To Don't List

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

Qu'est-ce que The To Don't List ?

The To Don't List est une extension Chrome développée par Unknown, et sa fonction principale est "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The To Don't List

Téléchargez les fichiers d'extension The To Don't List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
URL Officiel https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Description ToDon’t is a daily reminder for all the things to NOT do in your life.
Taille du Fichier 19.44 MB
Nombre d'Installations 105
Version Actuelle 0.1
Dernière Mise à Jour 2018-11-05
Date de Publication 2018-11-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://thetodontlist.com
URL de la Page d'Aide https://thetodontlist.com
Langues Prises en Charge 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
    }
}