Trello Grid

Adds grid layout to Trello

Trello Gridคืออะไร?

Trello Grid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fuechec.mark และคุณลักษณะหลักของมันคือ "Adds grid layout to Trello"

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

screenshot

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

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

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

                        This simple extension that creates a grid layout for the Trello board. After installing the extension, navigate to Trello.com and your banyan boards will be togglable to a grid layout by pressing the 'g' key.                    

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

ชื่อ Trello Grid Trello Grid
ID ddlkemoiobinoolmeccabbpbalojmlij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trello-grid/ddlkemoiobinoolmeccabbpbalojmlij
คำอธิบาย Adds grid layout to Trello
ขนาดไฟล์ 474 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2020-11-17
วันที่เผยแพร่ 2020-11-12
คะแนน 1.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา fuechec.mark
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Grid",
    "version": "0.0.0.2",
    "description": "Adds grid layout to Trello",
    "icons": {
        "16": "grid.png",
        "48": "promotional.png",
        "128": "screenshot.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}