Refined Trello

Simplifies the Trello interface and adds useful features

Refined Trello là gì?

Refined Trello là một tiện ích mở rộng Chrome được phát triển bởi Strajk, và tính năng chính của nó là "Simplifies the Trello interface and adds useful features".

Ả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 Refined Trello

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

                        Simplifies the Trello interface and adds useful features.

https://github.com/strajk/refined-trello                    

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

Tên Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
URL Chính Thức https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
Mô tả Simplifies the Trello interface and adds useful features
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Strajk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/strajk/refined-trello
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Trello",
    "version": "1.0.0",
    "description": "Simplifies the Trello interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "icons": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}