Trello Card Numbers Plus [2023 Update]
Adds card numbers on Trello and more! Updated October 2023
Trello Card Numbers Plus [2023 Update]란 무엇입니까?
Trello Card Numbers Plus [2023 Update]은(는) https://leonardomontini.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds card numbers on Trello and more! Updated October 2023"입니다.
확장 프로그램 스크린샷
Trello Card Numbers Plus [2023 Update] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Trello Card Numbers Plus [2023 Update] |
ID | ncibjlmfhjcjnphnpphgphbflpdpliei |
공식 URL | https://chromewebstore.google.com/detail/trello-card-numbers-plus/ncibjlmfhjcjnphnpphgphbflpdpliei |
설명 | Adds card numbers on Trello and more! Updated October 2023 |
파일 크기 | 42.46 KB |
설치 횟수 | 2,220 |
현재 버전 | 1.3.3 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2022-06-17 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://leonardomontini.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Balastrong/trello-card-numbers-plus |
도움말 페이지 URL | https://github.com/Balastrong/trello-card-numbers-plus/issues |
지원되는 언어 | 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" ] } ] } |