FlexyTrello

Make Trello Lists Resizable

FlexyTrello là gì?

FlexyTrello là một tiện ích mở rộng Chrome được phát triển bởi martin.mouterde, và tính năng chính của nó là "Make Trello Lists Resizable".

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

Tải xuống tệp CRX của tiện ích mở rộng FlexyTrello

Tải xuống các tệp mở rộng FlexyTrello 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

                        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                    

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

Tên FlexyTrello FlexyTrello
ID pggiemacedhgohmpcgdpceckeicjlgfn
URL Chính Thức https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn
Mô tả Make Trello Lists Resizable
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 2,249
Phiên Bản Hiện Tại 1.3.19
Cập Nhật Lần Cuối 2023-05-06
Ngày Phát Hành 2020-06-29
Đánh Giá 3.72/5 Tổng số 47 Đánh Giá
Nhà Phát Triển martin.mouterde
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mmouterde/FlexyTrello
URL Trang Trợ Giúp https://github.com/mmouterde/FlexyTrello
Ngôn Ngữ Được Hỗ Trợ 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
}