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文件

下載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
官方網址 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"
            }
        }
    }
}