trello+
Configurable, high contrast user cards for Trello
trello+란 무엇입니까?
trello+은(는) William M Hayes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Configurable, high contrast user cards for Trello"입니다.
확장 프로그램 스크린샷
trello+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Highlights the Trello cards you're attached to. v 1.6 - Updated avatar identification v 1.5 - Added support for subscribed lists and cards v1.4 - Added compressed cards - Added image dim to dimmed cards - Misc layout tweaks
확장 프로그램 기본 정보
이름 | trello+ |
ID | kgehmpaejbdohkkhjjkejhodgnjeejgm |
공식 URL | https://chromewebstore.google.com/detail/trello+/kgehmpaejbdohkkhjjkejhodgnjeejgm |
설명 | Configurable, high contrast user cards for Trello |
파일 크기 | 43.45 KB |
설치 횟수 | 43 |
현재 버전 | 1.6 |
최근 업데이트 | 2017-08-12 |
출시 날짜 | 2017-08-12 |
개발자 | William M Hayes |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "trello+", "short_name": "trello+", "description": "Configurable, high contrast user cards for Trello", "version": "1.6", "browser_action": { "default_icon": "shared\/icons\/icon16.png", "default_popup": "popup\/index.html" }, "icons": { "16": "shared\/icons\/icon16.png", "48": "shared\/icons\/icon48.png", "128": "shared\/icons\/icon128.png" }, "permissions": [ "storage", "https:\/\/trello.com\/" ], "content_scripts": [ { "all_frames": true, "js": [ "shared\/js\/jquery.min.js", "app\/app.min.js" ], "css": [ "app\/app.css" ], "matches": [ "https:\/\/trello.com\/*" ] } ] } |