Trello Design

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

Trello Design là gì?

Trello Design là một tiện ích mở rộng Chrome được phát triển bởi Shin LLC, và tính năng chính của nó là "Change the design of Trello. Provides extensions that are compatible with the new Trello.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello Design

Tải xuống các tệp mở rộng Trello Design dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello Design Trello Design
ID bddemgibaehjbclgpppopnlcaohlikki
URL Chính Thức https://chromewebstore.google.com/detail/trello-design/bddemgibaehjbclgpppopnlcaohlikki
Mô tả Change the design of Trello. Provides extensions that are compatible with the new Trello.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2020-12-29
Ngày Phát Hành 2020-07-25
Nhà Phát Triển Shin LLC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shin-dev/trello-design
URL Trang Trợ Giúp https://github.com/shin-dev/trello-design/wiki
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}