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 |
官方網址 | 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 } } |