TredoList

Turn Trello into a convenient todolist tool, with new list layouts and dynamic color themes

TredoListคืออะไร?

TredoList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Olivier Cado และคุณลักษณะหลักของมันคือ "Turn Trello into a convenient todolist tool, with new list layouts and dynamic color themes"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TredoList

ดาวน์โหลดไฟล์ส่วนขยาย TredoList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get rid of Todo / In Progress / Done lists! Now your cards get colored according to their status. In addition, your lists can be displayed horizontally, on a grid layout or in multiple swimlanes. PS You can enable only coloring or layouts if you prefer.

Read my blog post for learn more about the concept: https://medium.com/@gwened/7-ways-of-keeping-track-of-your-todos-2b86b85ecab3

Usage:
1. Install the TredoList extension
Note: Chrome will ask you for permission to view your browsing history. Apart from modifying the style of your open Trello pages, TredoList does not and will NOT collect, save, or transmit your browsing history or your Trello data.
2. Go to Trello.com, sign in and visit your favourite board
3. The TredoList button becomes active in the Chrome toolbar. Click it!
4. Change the layout and colors, or visit the "What's This" button to learn more.

This extension is a companion for Trello.com boards, but the author is not affiliated to Trello or Atlassian Corp.
Special thanks to Natalie Chouinard for the initial work on List Layouts for Trello.

Know bug:
Moving cards when using swimlanes does not always work as intended. You can temporarily disable the layout and try again.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TredoList TredoList
ID ccdkhfdflkpacnhjcefjlhlaopfgjkab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tredolist/ccdkhfdflkpacnhjcefjlhlaopfgjkab
คำอธิบาย Turn Trello into a convenient todolist tool, with new list layouts and dynamic color themes
ขนาดไฟล์ 51.58 KB
จำนวนการติดตั้ง 376
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2023-12-04
วันที่เผยแพร่ 2020-06-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Olivier Cado
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Gwened/tredolist/blob/master/README.md#tredolist
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TredoList",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "description": "Turn Trello into a convenient todolist tool, with new list layouts and dynamic color themes",
    "version": "1.0.0.1",
    "author": "Olivier Cado",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/trello.com\/b\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/layout.css",
                "css\/theme-.css",
                "css\/theme-bright.css",
                "css\/theme-pastel.css",
                "css\/theme-dark.css"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Tredolist",
        "default_popup": "config.html",
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png",
            "48": "icon48.png"
        }
    }
}