Trello Design

Change the design of Trello. Provides extensions that are compatible with the new Trello.

Trello Designとは何ですか?

Trello DesignはShin LLCによって開発されたChromeの拡張機能で、その主な機能は「Change the design of Trello. Provides extensions that are compatible with the new Trello.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        For example, you can display the label color and card number.

Quick Guide:
https://github.com/shin-dev/trello-design/wiki

----
Version 1.2.0

New Features

・Line height adjustment at card details.
https://github.com/shin-dev/trello-design/wiki#line-height-px--v120

・Blank line height adjustment at card details.
https://github.com/shin-dev/trello-design/wiki#blank-line-height-px--v120

・Show title and url copy buttons at card details.
https://github.com/shin-dev/trello-design/wiki#show-copy-button-on-card-detail--v120

Fixed
・Wasn't closed Span tag at card number.

----
Version 1.1.0

New Features
・Hide card cover on list.
・Resize card details window.

Fixed
・Operation correction on non-compliant sites.
・Fixed reset behavior.

----
Version 1.0.0

New Features
・Apply label to card color.
・Display card number.                    

拡張機能の基本情報

名前 Trello Design Trello Design
ID bddemgibaehjbclgpppopnlcaohlikki
公式URL https://chromewebstore.google.com/detail/trello-design/bddemgibaehjbclgpppopnlcaohlikki
説明 Change the design of Trello. Provides extensions that are compatible with the new Trello.
ファイルサイズ 109 KB
インストール数 21
現在のバージョン 1.2.0
最終更新日 2020-12-29
公開日 2020-07-25
開発者 Shin LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/shin-dev/trello-design
ヘルプページのURL https://github.com/shin-dev/trello-design/wiki
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Design",
    "version": "1.2.0",
    "description": "Change the design of Trello. Provides extensions that are compatible with the new Trello.",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "scripts\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/icon_16x16.png",
        "48": "assets\/images\/icon_48x48.png",
        "128": "assets\/images\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_32x32.png",
        "default_title": "Trello Design",
        "default_popup": "scripts\/popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ]
}