Collapsible Trello Lists

Allows the user to collapse Trello lists. List setting is stored in extension storage.

Collapsible Trello Lists क्या है?

Collapsible Trello Lists webrender द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to collapse Trello lists. List setting is stored in extension storage."।

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

screenshot

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

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

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

                        This extension adds a button to lists on any Trello board which allow you to collapse that list, in order to save space and minimize distraction.  When dragging cards in Trello, hovering over a collapsed list will cause that list to appear so that you can move cards into closed lists without needing to keep the list open. The list settings are stored locally and no information is sent from your browser.

Version 1.1.11
- Compatibility with new Trello CSS

Version 1.1.10
- Compatibility with new Trello CSS, migration to Manifest V3

Version 1.1.8
- Remove jQuery as dependency.

Version 1.1.7
- Add privacy policy, refactor drag logic.

Version 1.1.6
- Updated jQuery, tweaked styles.

Version 1.1.5
- WebExtensions/Firefox Compatibility.

Version 1.1.4
- More reliable method for triggering script.

Version 1.1.3:
- Improves responsiveness of background script.

Version 1.1.2:
- Use a background page to inject the script, so that it can be re-injected when a user changes boards.

Version 1.1.1:
- Fixes a bug where invalid CSS comments cause the CSS to fail loading.

Version 1.1:
- Renamed from "Collapsible Trello Columns" to "Collapsible Trello Lists" to reflect Trello's terminology.
- Added the ability for closed lists to temporarily open when cards are dropped on them. 
- Minor bugfixes

Version 1.0: Initial Commit                    

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

नाम Collapsible Trello Lists Collapsible Trello Lists
ID kejemfjfgoaekplmemlkjljcfloiemho
आधिकारिक URL https://chromewebstore.google.com/detail/collapsible-trello-lists/kejemfjfgoaekplmemlkjljcfloiemho
विवरण Allows the user to collapse Trello lists. List setting is stored in extension storage.
फ़ाइल का आकार 13.57 KB
स्थापना संख्या 8,331
वर्तमान संस्करण 1.1.11
अंतिम अपडेट 2023-10-22
प्रकाशन तिथि 2019-06-12
रेटिंग 4.53/5 कुल 58 रेटिंग्स
डेवलपर webrender
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://webrender.net/2017/07/17/collapsible-trello-lists.html
गोपनीयता नीति पृष्ठ URL https://webrender.net/trello-collapse-lists/manifest_v3/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Allows the user to collapse Trello lists. List setting is stored in extension storage.",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "manifest_version": 3,
    "name": "Collapsible Trello Lists",
    "version": "1.1.11",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/trello.com\/*"
    ]
}