Trello Card Numbers Plus [2023 Update]

Adds card numbers on Trello and more! Updated October 2023

Trello Card Numbers Plus [2023 Update] là gì?

Trello Card Numbers Plus [2023 Update] là một tiện ích mở rộng Chrome được phát triển bởi https://leonardomontini.dev, và tính năng chính của nó là "Adds card numbers on Trello and more! Updated October 2023".

Ả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 Card Numbers Plus [2023 Update]

Tải xuống các tệp mở rộng Trello Card Numbers Plus [2023 Update] 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

                        WORKING AFTER OCTOBER 2023 TRELLO UPDATE

---

A fully customizable Chrome extension show unique card numbers/ID and counting cards in each list.

With card IDs it's much easier to refer to a specific card with your team and in commit messages.

This extension provides full customization of the card numbers, have a look!

Features:
- Show card ID
- Customize card ID format
- Toggle card ID display
- Count cards for each list
- Configs live reload
- Customize colors
- Exclude some boards
- Toggle cards count display

Planned features
...feel free to suggest a feature by opening an issue on GitHub!                    

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

Tên Trello Card Numbers Plus [2023 Update] Trello Card Numbers Plus [2023 Update]
ID ncibjlmfhjcjnphnpphgphbflpdpliei
URL Chính Thức https://chromewebstore.google.com/detail/trello-card-numbers-plus/ncibjlmfhjcjnphnpphgphbflpdpliei
Mô tả Adds card numbers on Trello and more! Updated October 2023
Kích Thước Tệp 42.46 KB
Số Lần Cài Đặt 2,220
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2022-06-17
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://leonardomontini.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Balastrong/trello-card-numbers-plus
URL Trang Trợ Giúp https://github.com/Balastrong/trello-card-numbers-plus/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Card Numbers Plus [2023 Update]",
    "version": "1.3.3",
    "description": "Adds card numbers on Trello and more! Updated October 2023",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Trello Card Numbers Plus",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "trelloCardNumberPlus.js"
            ],
            "css": [
                "trelloCardNumberPlus.css"
            ]
        }
    ]
}