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 là gì?

The To Don't List là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "ToDon’t is a daily reminder for all the things to NOT do in your life.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The To Don't List

Tải xuống các tệp mở rộng The To Don't List dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The To Don't List The To Don't List
ID mfgbojcehkmcfkpolijocfiajojgpcfg
URL Chính Thức https://chromewebstore.google.com/detail/the-to-dont-list/mfgbojcehkmcfkpolijocfiajojgpcfg
Mô tả ToDon’t is a daily reminder for all the things to NOT do in your life.
Kích Thước Tệp 19.44 MB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-11-05
Ngày Phát Hành 2018-11-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://thetodontlist.com
URL Trang Trợ Giúp https://thetodontlist.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}