Trello Grids

Custom Trello Lists, Grids, and Cards.

Trello Gridsคืออะไร?

Trello Grids เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Izzy Haimoura และคุณลักษณะหลักของมันคือ "Custom Trello Lists, Grids, and Cards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Grids

ดาวน์โหลดไฟล์ส่วนขยาย Trello Grids ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}