Trello Lists Manager

Allow to hide and show lists on your Trello boards.

Trello Lists Managerとは何ですか?

Trello Lists Managerはmichamfrによって開発されたChromeの拡張機能で、その主な機能は「Allow to hide and show lists on your Trello boards.」です。

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

screenshot
screenshot
screenshot
screenshot

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

Trello Lists Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows to hide entire list from being displayed on your board with having to archive them. 

This becomes really useful if the board becames too big and doesn't belongs to you :)                    

拡張機能の基本情報

名前 Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
公式URL https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
説明 Allow to hide and show lists on your Trello boards.
ファイルサイズ 148 KB
インストール数 171
現在のバージョン 1.0.0
最終更新日 2017-06-03
公開日 2017-06-03
評価 3.29/5 合計 7 レビュー
開発者 michamfr
支払い方法 free
拡張機能のウェブサイト https://github.com/MollardMichael/trello-list-manager
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.ba-throttle-debounce.min.js",
                "js\/jquery.waituntilexists.min.js",
                "js\/mutation-summary.js",
                "js\/list-manager.js"
            ],
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/trello.com\/",
        "storage"
    ],
    "icons": {
        "48": "icons\/tlm48.png",
        "128": "icons\/tlm128.png"
    },
    "manifest_version": 2,
    "name": "Trello Lists Manager",
    "short_name": "TLM",
    "description": "Allow to hide and show lists on your Trello boards.",
    "author": "Michael Mollard"
}