FlexyTrello

Make Trello Lists Resizable

FlexyTrelloคืออะไร?

FlexyTrello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martin.mouterde และคุณลักษณะหลักของมันคือ "Make Trello Lists Resizable"

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

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

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

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

                        Make Trello Lists more flexible : 
- Resize lists
- Display lists on several columns
- Collapse/Expand lists

Release 1.3 : Make sure to allow access to Trello from extention Options page                    

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

ชื่อ FlexyTrello FlexyTrello
ID pggiemacedhgohmpcgdpceckeicjlgfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn
คำอธิบาย Make Trello Lists Resizable
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 2,249
เวอร์ชันปัจจุบัน 1.3.19
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2020-06-29
คะแนน 3.72/5 รวมทั้งหมด 47 คะแนน
ผู้พัฒนา martin.mouterde
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mmouterde/FlexyTrello
URL หน้าช่วยเหลือ https://github.com/mmouterde/FlexyTrello
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlexyTrello",
    "description": "Make Trello Lists Resizable",
    "version": "1.3.19",
    "icons": {
        "16": "img\/resize16.png",
        "48": "img\/resize48.png",
        "128": "img\/resize128.png"
    },
    "author": "Martin Mouterde",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-1.11.2.js",
                "lib\/jquery.waituntilexists.js",
                "scripts\/FlexyTrello.js"
            ],
            "matches": [
                "https:\/\/trello.com\/b*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/resize.png",
                "img\/resize16.png",
                "img\/resize48.png",
                "img\/resize128.png",
                "lib\/HashSearch.js",
                "lib\/jquery.waituntilexists.js",
                "lib\/jquery-1.11.2.js",
                "lib\/trello_client.js",
                "settings\/css\/style.css",
                "settings\/js\/settings.js",
                "settings\/index.html",
                "style\/override.css",
                "scripts\/background.js",
                "scripts\/FlexyTrello.js",
                "scripts\/key.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "options_page": "settings\/index.html",
    "permissions": [
        "tabs",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/trello.com\/*"
    ],
    "action": {
        "default_icon": "img\/resize.png",
        "default_title": "FlexyTrello"
    },
    "manifest_version": 3
}