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 с друзьями, чтобы легко установить расширения 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 } } |