Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
Trello Cleaner Design란 무엇입니까?
Trello Cleaner Design은(는) https://uptimiza.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Some improvements in Trello.com UI design, which allows to see cards more clear"입니다.
확장 프로그램 스크린샷
Trello Cleaner Design 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Some improvements in Trello.com UI design, which allows to see cards more clear
확장 프로그램 기본 정보
이름 | Trello Cleaner Design |
ID | jpoeolmhikfpcbkmhdodedglnngoljad |
공식 URL | https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad |
설명 | Some improvements in Trello.com UI design, which allows to see cards more clear |
파일 크기 | 43.51 KB |
설치 횟수 | 59 |
현재 버전 | 1.1 |
최근 업데이트 | 2018-03-03 |
출시 날짜 | 2018-03-03 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | https://uptimiza.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Cleaner Design", "manifest_version": 2, "version": "1.1", "description": "Some improvements in Trello.com UI design, which allows to see cards more clear", "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "name": "Trello Cleaner Design", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_title": "Trello Cleaner Design", "default_popup": "popup.html" }, "web_accessible_resources": [ "trello.css", "trello_plus.css" ], "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "permissions": [ "storage", "tabs", "background" ] } |