Trello Grids

Custom Trello Lists, Grids, and Cards.

Trello Grids란 무엇입니까?

Trello Grids은(는) Izzy Haimoura에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom Trello Lists, Grids, and Cards."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        HOW TO USE
==========
1. Add extension to Chrome
2. Go to your Trello Board
3. Click on the extension icon on your Chrome Toolbar (Top Right side)
4. Change the settings to your liking!

FEATURES
========
- Customize your Trello experience.
- Browse your Trello lists in grids, horizontally, or vertically. 
- Change width and height of your Trello lists.
- More features coming soon!

Do you want to build an app or a startup but don't know how to code? Checkout https://bearchip.com - It's the fastest search engine for awesome #NoCode tools and resources that will help you.                    

확장 프로그램 기본 정보

이름 Trello Grids Trello Grids
ID gckekomhhecblpbfpgelgaohdnbmilji
공식 URL https://chromewebstore.google.com/detail/trello-grids/gckekomhhecblpbfpgelgaohdnbmilji
설명 Custom Trello Lists, Grids, and Cards.
파일 크기 26.18 KB
설치 횟수 1,086
현재 버전 1.1
최근 업데이트 2021-01-05
출시 날짜 2019-01-02
평점 4.14/5 총 14 개의 평점
개발자 Izzy Haimoura
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Grids",
    "description": "Custom Trello Lists, Grids, and Cards.",
    "version": "1.1",
    "author": "Izzy Haimoura",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/trello.com\/b\/*",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/layout.css"
    ],
    "page_action": {
        "default_title": "List Layouts for Trello",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        }
    }
}