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 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "ToDon’t is a daily reminder for all the things to NOT do in your life.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The To Don't List
قم بتنزيل ملفات الامتداد The To Don't List بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } } |