Trello Pluso

It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,…

Trello Pluso란 무엇입니까?

Trello Pluso은(는) https://www.divandesign.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It's modern and clean style for Trello. And not only.

No rounded borders, no bold fonts, no gradients, no text shadows, no pain, we love simplicity ♥

Changelog:
1.1.2
* Card window: Position of sidebar with buttons was fixed. Closes #11.
* General: Fixed invisible buttons on elements with light background while board has dark background. Closes #14.

1.1.1
* Cards sticking while dragging fixed.
* Solid colored backgrounds must be always on the dark side.

1.1
+ Added an ability to set custom opacity of columns. Just try to type “#opacity50” in column title.
* Some style fixes and improvements.
* Redesigned for images on background.

1.0.3
* Add shadow.
* Small style fixes.

1.0.2
* Small style fixes.

1.0.1
* Fixed typeface issues.                    

확장 프로그램 기본 정보

이름 Trello Pluso Trello Pluso
ID ehmockgijbbbifdeblkjbjejghlmclco
공식 URL https://chromewebstore.google.com/detail/trello-pluso/ehmockgijbbbifdeblkjbjejghlmclco
설명 It's modern and clean style for Trello. And not only. No rounded borders, no bold fonts, no gradients, no text shadows, no pain,…
파일 크기 735 KB
설치 횟수 162
현재 버전 1.1.2
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 4.75/5 총 8 개의 평점
개발자 https://www.divandesign.ru
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Pluso",
    "version": "1.1.2",
    "homepage_url": "http:\/\/www.DivanDesign.ru\/",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jQuery-3.2.1.min.js",
                "jQuery.ddTools-2.0.min.js",
                "general.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Trello Pluso"
    },
    "permissions": [
        "https:\/\/*.trello.com\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*.*"
    ]
}