trello+

Configurable, high contrast user cards for Trello

trello+ là gì?

trello+ là một tiện ích mở rộng Chrome được phát triển bởi William M Hayes, và tính năng chính của nó là "Configurable, high contrast user cards for 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+

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

                        Highlights the Trello cards you're attached to.

v 1.6
- Updated avatar identification

v 1.5
- Added support for subscribed lists and cards

v1.4
- Added compressed cards
- Added image dim to dimmed cards
- Misc layout tweaks                    

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

Tên trello+ trello+
ID kgehmpaejbdohkkhjjkejhodgnjeejgm
URL Chính Thức https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm
Mô tả Configurable, high contrast user cards for Trello
Kích Thước Tệp 43.45 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2017-08-12
Ngày Phát Hành 2017-08-12
Nhà Phát Triển William M Hayes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "trello+",
    "short_name": "trello+",
    "description": "Configurable, high contrast user cards for Trello",
    "version": "1.6",
    "browser_action": {
        "default_icon": "shared\/icons\/icon16.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "shared\/icons\/icon16.png",
        "48": "shared\/icons\/icon48.png",
        "128": "shared\/icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "shared\/js\/jquery.min.js",
                "app\/app.min.js"
            ],
            "css": [
                "app\/app.css"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}