Trello Focus

Bug fixes & better display of comments

Trello Focus là gì?

Trello Focus là một tiện ích mở rộng Chrome được phát triển bởi luongtattrung, và tính năng chính của nó là "Bug fixes & better display of comments".

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

screenshot

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

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

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

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

Tên Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
URL Chính Thức https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Mô tả Bug fixes & better display of comments
Kích Thước Tệp 57.73 KB
Số Lần Cài Đặt 283
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2018-01-05
Ngày Phát Hành 2018-01-05
Đánh Giá 4.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển luongtattrung
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}