Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

Trello Business Style là gì?

Trello Business Style là một tiện ích mở rộng Chrome được phát triển bởi Leonardo C Bottaro, và tính năng chính của nó là "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".

Ả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 Business Style

Tải xuống các tệp mở rộng Trello Business Style 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

                        This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

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

Tên Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
URL Chính Thức https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
Mô tả Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Kích Thước Tệp 2.22 MB
Số Lần Cài Đặt 297
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2018-03-28
Ngày Phát Hành 2018-03-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Leonardo C Bottaro
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/leocb/trello-businessStyle
URL Trang Trợ Giúp https://github.com/leocb/trello-businessStyle/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}