FlexyTrello

Make Trello Lists Resizable

Apa itu FlexyTrello?

FlexyTrello adalah ekstensi Chrome yang dikembangkan oleh martin.mouterde, dan fitur utamanya adalah "Make Trello Lists Resizable".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi FlexyTrello

Unduh file ekstensi FlexyTrello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FlexyTrello FlexyTrello
ID pggiemacedhgohmpcgdpceckeicjlgfn
URL Resmi https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn
Deskripsi Make Trello Lists Resizable
Ukuran File 103 KB
Jumlah Instalasi 2,249
Versi Saat Ini 1.3.19
Terakhir Diperbarui 2023-05-06
Tanggal Publikasi 2020-06-29
Penilaian 3.72/5 Total 47 Penilaian
Pengembang martin.mouterde
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mmouterde/FlexyTrello
URL Halaman Bantuan https://github.com/mmouterde/FlexyTrello
Bahasa yang Didukung 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
}