Trello Horizontal Lists

Turns Trello Lists Horizontal so they can be used for vertical comparisons.

Trello Horizontal Lists क्या है?

Trello Horizontal Lists Jordan Walsh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns Trello Lists Horizontal so they can be used for vertical comparisons."।

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

screenshot

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

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

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

                        This is a simple plugin that converts a Trello board from listing cards vertically to listing cards horizontally.

This has been built to enable vertical comparisons of cards across different lists vertically and introduces horizontal scroll.

v1.7 - Fixed another flexbox bug after trello update (2023-10-23)

v1.6 - Fixed flexbox bug after trello update

v1.5 - Updated manifest version to v3
- Fixed a bug where board state wasn't loading correctly
- Increased the checking frequency to speed up the extension

v1.4 - Fixed bug with moving cards with images.

v1.3 - Saves state of board in memory
- Remembers the state of a board and loads automatically next time
- Fixed bugs
- Improved performance                    

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

नाम Trello Horizontal Lists Trello Horizontal Lists
ID bnjapjcicacmalbgnpnfgclacakagnli
आधिकारिक URL https://chromewebstore.google.com/detail/trello-horizontal-lists/bnjapjcicacmalbgnpnfgclacakagnli
विवरण Turns Trello Lists Horizontal so they can be used for vertical comparisons.
फ़ाइल का आकार 122 KB
स्थापना संख्या 566
वर्तमान संस्करण 1.7
अंतिम अपडेट 2023-10-23
प्रकाशन तिथि 2019-11-04
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Jordan Walsh
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Trello Horizontal Lists",
    "version": "1.7",
    "description": "Turns Trello Lists Horizontal so they can be used for vertical comparisons.",
    "author": "Jordan Walsh ([email protected])",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "scripts.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}