The To Don't List
ToDon’t is a daily reminder for all the things to NOT do in your life.
¿Qué es The To Don't List?
The To Don't List es una extensión de Chrome desarrollada por Unknown, y su función principal es "ToDon’t is a daily reminder for all the things to NOT do in your life.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The To Don't List
Descarga archivos de extensión The To Don't List en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | The To Don't List |
ID | mfgbojcehkmcfkpolijocfiajojgpcfg |
URL Oficial | https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg |
Descripción | ToDon’t is a daily reminder for all the things to NOT do in your life. |
Tamaño del Archivo | 19.44 MB |
Cantidad de Instalaciones | 105 |
Versión Actual | 0.1 |
Última Actualización | 2018-11-05 |
Fecha de Publicación | 2018-11-05 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thetodontlist.com |
URL de la Página de Ayuda | https://thetodontlist.com |
Idiomas Soportados | 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 } } |