Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

Trello Business Style란 무엇입니까?

Trello Business Style은(는) Leonardo C Bottaro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Trello Business Style 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

확장 프로그램 기본 정보

이름 Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
공식 URL https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
설명 Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
파일 크기 2.22 MB
설치 횟수 297
현재 버전 1.2.1
최근 업데이트 2018-03-28
출시 날짜 2018-03-28
평점 5.00/5 총 2 개의 평점
개발자 Leonardo C Bottaro
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/leocb/trello-businessStyle
도움말 페이지 URL https://github.com/leocb/trello-businessStyle/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}