Lovely for Trello

makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…

Lovely for Trello là gì?

Lovely for Trello là một tiện ích mở rộng Chrome được phát triển bởi Big Bad Goose LLC, và tính năng chính của nó là "makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…".

Ả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 Lovely for Trello

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

                        makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label

now open! fork our repo: https://github.com/bigbadgoose/lovely-for-trello

-- RELEASE NOTES
1.1.2 -- fixed background image clipped
1.1.1 -- card colors fill card background (feature restored after trello changed their html)
1.1.0 -- all new look and feel! fixed content views don't wrap
1.0.7 -- fixed button height in detail modal
1.0.6 -- renamed to "Lovely for Trello"
1.0.5 -- more manifest updates
1.0.4 -- updated manifest
1.0.3 -- made due date red on hover
1.0.2 -- made due date red on hover (didnt work)
1.0.1 -- diminished app-icons in lower left corner of cards
1.0 -- first release!                    

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

Tên Lovely for Trello Lovely for Trello
ID hflefkhbcekopeloefnjmfiecckmokah
URL Chính Thức https://chrome.google.com/webstore/detail/lovely-for-trello/hflefkhbcekopeloefnjmfiecckmokah
Mô tả makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…
Kích Thước Tệp 75.74 KB
Số Lần Cài Đặt 280
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2014-09-17
Ngày Phát Hành 2014-09-17
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Big Bad Goose LLC
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bigbadgoose/lovely-for-trello
URL Trang Trợ Giúp https://github.com/bigbadgoose/lovely-for-trello
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lovely for Trello",
    "version": "1.1.2",
    "icons": {
        "128": "trello-lovely-128.png",
        "48": "trello-lovely-48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "trello-lovely.js"
            ],
            "css": [
                "trello-lovely.css"
            ]
        }
    ]
}