Trello User Filter

Click user avatars to show / hide their Trello cards.

Trello User Filter là gì?

Trello User Filter là một tiện ích mở rộng Chrome được phát triển bởi terrylidev, và tính năng chính của nó là "Click user avatars to show / hide their Trello cards.".

Ả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 User Filter

Tải xuống các tệp mở rộng Trello User Filter 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 displays 'User filter' on Trello board. From there you can click user avatars to quickly show / hide their cards.

1.6.0 - Minor style update.
1.5.0 - Minor style update.
1.4.0 - Bug fix.
1.3.0 - Bug fix.
1.2.0 - Update icon. Minor style update.
1.1.0 - Display user initials as filter buttons as well.
1.0.0 - Display user avatars as filter buttons.                    

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

Tên Trello User Filter Trello User Filter
ID eekfflgfcehaajgagdahecimghhdhjdg
URL Chính Thức https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg
Mô tả Click user avatars to show / hide their Trello cards.
Kích Thước Tệp 446 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2020-05-21
Ngày Phát Hành 2020-05-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển terrylidev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello User Filter",
    "version": "1.6.0",
    "description": "Click user avatars to show \/ hide their Trello cards.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}