FlexyTrello
Make Trello Lists Resizable
FlexyTrello란 무엇입니까?
FlexyTrello은(는) martin.mouterde에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Trello Lists Resizable"입니다.
확장 프로그램 스크린샷
FlexyTrello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make Trello Lists more flexible : - Resize lists - Display lists on several columns - Collapse/Expand lists Release 1.3 : Make sure to allow access to Trello from extention Options page
확장 프로그램 기본 정보
이름 | FlexyTrello |
ID | pggiemacedhgohmpcgdpceckeicjlgfn |
공식 URL | https://chromewebstore.google.com/detail/flexytrello/pggiemacedhgohmpcgdpceckeicjlgfn |
설명 | Make Trello Lists Resizable |
파일 크기 | 103 KB |
설치 횟수 | 2,249 |
현재 버전 | 1.3.19 |
최근 업데이트 | 2023-05-06 |
출시 날짜 | 2020-06-29 |
평점 | 3.72/5 총 47 개의 평점 |
개발자 | martin.mouterde |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mmouterde/FlexyTrello |
도움말 페이지 URL | https://github.com/mmouterde/FlexyTrello |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlexyTrello", "description": "Make Trello Lists Resizable", "version": "1.3.19", "icons": { "16": "img\/resize16.png", "48": "img\/resize48.png", "128": "img\/resize128.png" }, "author": "Martin Mouterde", "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/FlexyTrello.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "web_accessible_resources": [ { "resources": [ "img\/resize.png", "img\/resize16.png", "img\/resize48.png", "img\/resize128.png", "lib\/HashSearch.js", "lib\/jquery.waituntilexists.js", "lib\/jquery-1.11.2.js", "lib\/trello_client.js", "settings\/css\/style.css", "settings\/js\/settings.js", "settings\/index.html", "style\/override.css", "scripts\/background.js", "scripts\/FlexyTrello.js", "scripts\/key.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "options_page": "settings\/index.html", "permissions": [ "tabs", "declarativeContent" ], "host_permissions": [ "https:\/\/trello.com\/*" ], "action": { "default_icon": "img\/resize.png", "default_title": "FlexyTrello" }, "manifest_version": 3 } |