Slim Lists for Trello
Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
Slim Lists for Trello란 무엇입니까?
Slim Lists for Trello은(는) cchana에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%"입니다.
확장 프로그램 스크린샷
Slim Lists for Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen. Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change. The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.
확장 프로그램 기본 정보
이름 | Slim Lists for Trello |
ID | pjlejgbmijmafmobaofcgblpdbkaodod |
공식 URL | https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod |
설명 | Shows you more lists in Trello by reducing the width of lists in Trello by up to 50% |
파일 크기 | 11.01 KB |
설치 횟수 | 7,671 |
현재 버전 | 0.10 |
최근 업데이트 | 2015-08-11 |
출시 날짜 | 2015-08-11 |
평점 | 4.08/5 총 60 개의 평점 |
개발자 | cchana |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://charanj.it |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slim Lists for Trello", "version": "0.10", "manifest_version": 2, "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%", "content_scripts": [ { "js": [ "scripts.js" ], "matches": [ "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |