Trello Horizontal Lists
Turns Trello Lists Horizontal so they can be used for vertical comparisons.
Trello Horizontal Lists란 무엇입니까?
Trello Horizontal Lists은(는) Jordan Walsh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns Trello Lists Horizontal so they can be used for vertical comparisons."입니다.
확장 프로그램 스크린샷
Trello Horizontal Lists 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple plugin that converts a Trello board from listing cards vertically to listing cards horizontally. This has been built to enable vertical comparisons of cards across different lists vertically and introduces horizontal scroll. v1.7 - Fixed another flexbox bug after trello update (2023-10-23) v1.6 - Fixed flexbox bug after trello update v1.5 - Updated manifest version to v3 - Fixed a bug where board state wasn't loading correctly - Increased the checking frequency to speed up the extension v1.4 - Fixed bug with moving cards with images. v1.3 - Saves state of board in memory - Remembers the state of a board and loads automatically next time - Fixed bugs - Improved performance
확장 프로그램 기본 정보
이름 | Trello Horizontal Lists |
ID | bnjapjcicacmalbgnpnfgclacakagnli |
공식 URL | https://chromewebstore.google.com/detail/trello-horizontal-lists/bnjapjcicacmalbgnpnfgclacakagnli |
설명 | Turns Trello Lists Horizontal so they can be used for vertical comparisons. |
파일 크기 | 122 KB |
설치 횟수 | 566 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-10-23 |
출시 날짜 | 2019-11-04 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | Jordan Walsh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Horizontal Lists", "version": "1.7", "description": "Turns Trello Lists Horizontal so they can be used for vertical comparisons.", "author": "Jordan Walsh ([email protected])", "permissions": [ "storage" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |