Slim Lists for Trello

Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%

Slim Lists for Trello क्या है?

Slim Lists for Trello cchana द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%"।

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

screenshot
screenshot

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

crx प्रारूप में Slim Lists for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Slim Lists reduces the width of each list on your board so that you can fit more onto your screen. Lists can be reduced to almost half of their original width allowing you to fit almost twice as many lists on your screen. The extension will only take effect when you have too many lists to fit on your screen.

Because of how Trello works, the structure of the page is reloaded every time meaning the extension runs after every change.

The extension now accommodates Trello's 'Add list' option. If you can't see this option, just scroll right to bring it up. Of course, you can double click anywhere on the board's background to create a new list at that position.                    

एक्सटेंशन की मूल जानकारी

नाम Slim Lists for Trello Slim Lists for Trello
ID pjlejgbmijmafmobaofcgblpdbkaodod
आधिकारिक URL https://chromewebstore.google.com/detail/slim-lists-for-trello/pjlejgbmijmafmobaofcgblpdbkaodod
विवरण Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%
फ़ाइल का आकार 11.01 KB
स्थापना संख्या 7,671
वर्तमान संस्करण 0.10
अंतिम अपडेट 2015-08-11
प्रकाशन तिथि 2015-08-11
रेटिंग 4.08/5 कुल 60 रेटिंग्स
डेवलपर cchana
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://charanj.it
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slim Lists for Trello",
    "version": "0.10",
    "manifest_version": 2,
    "description": "Shows you more lists in Trello by reducing the width of lists in Trello by up to 50%",
    "content_scripts": [
        {
            "js": [
                "scripts.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}