The To Don't List
ToDon’t is a daily reminder for all the things to NOT do in your life.
Was ist The To Don't List?
The To Don't List ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "ToDon’t is a daily reminder for all the things to NOT do in your life.".
Erweiterungsscreenshots
The To Don't List-Erweiterungs-CRX-Datei herunterladen
Laden Sie The To Don't List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | The To Don't List |
ID | mfgbojcehkmcfkpolijocfiajojgpcfg |
Offizielle URL | https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg |
Beschreibung | ToDon’t is a daily reminder for all the things to NOT do in your life. |
Dateigröße | 19.44 MB |
Installationsanzahl | 105 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-11-05 |
Veröffentlichungsdatum | 2018-11-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://thetodontlist.com |
Hilfeseite URL | https://thetodontlist.com |
Unterstützte Sprachen | 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 } } |