Trello Grids

Custom Trello Lists, Grids, and Cards.

Trello Grids क्या है?

Trello Grids Izzy Haimoura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom Trello Lists, Grids, and Cards."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trello Grids एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            }
        }
    }
}