FlexyTrello

Make Trello Lists Resizable

FlexyTrelloとは何ですか?

FlexyTrelloはmartin.mouterdeによって開発されたChromeの拡張機能で、その主な機能は「Make Trello Lists Resizable」です。

拡張機能のスクリーンショット

FlexyTrello拡張機能のCRXファイルをダウンロード

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
Eメール [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
}