The To Don't List
ToDon’t is a daily reminder for all the things to NOT do in your life.
什么是The To Don't List?
The To Don't List是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“ToDon’t is a daily reminder for all the things to NOT do in your life.”。
扩展截图
下载The To Don't List扩展crx文件
下载The To Don't List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | The To Don't List |
ID | mfgbojcehkmcfkpolijocfiajojgpcfg |
官方URL | https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg |
简介 | ToDon’t is a daily reminder for all the things to NOT do in your life. |
文件大小 | 19.44 MB |
安装次数 | 105 |
当前版本 | 0.1 |
更新时间 | 2018-11-05 |
上架时间 | 2018-11-05 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://thetodontlist.com |
帮助页面URL | https://thetodontlist.com |
支持的语言 | 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 } } |