Trello List Resizer

Simple extension for wider Trello lists.

Trello List Resizerとは何ですか?

Trello List Resizerはbensmithperezによって開発されたChromeの拡張機能で、その主な機能は「Simple extension for wider Trello lists.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This plugin resizes Trello lists from 270px to 400px... Just add to chrome and that's it!! :)


Code at: https://github.com/bensmithperez/ChromeExtensions/tree/master/Trello%20List%20Resizer                    

拡張機能の基本情報

名前 Trello List Resizer Trello List Resizer
ID icfnpgdggbhlidgcefjphhbpnklakobm
公式URL https://chromewebstore.google.com/detail/trello-list-resizer/icfnpgdggbhlidgcefjphhbpnklakobm
説明 Simple extension for wider Trello lists.
ファイルサイズ 3.15 KB
インストール数 450
現在のバージョン 0.1
最終更新日 2017-03-24
公開日 2017-03-24
評価 5.00/5 合計 2 レビュー
開発者 bensmithperez
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello List Resizer",
    "description": "Simple extension for wider Trello lists.",
    "author": "Benjamin Smith",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "css": [
                "estiloNuevo.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.trello.com\/*"
    ]
}