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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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
    }
}