Trello User Filter

Click user avatars to show / hide their Trello cards.

Trello User Filter क्या है?

Trello User Filter terrylidev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click user avatars to show / hide their Trello cards."।

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

screenshot

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

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

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

                        This extension displays 'User filter' on Trello board. From there you can click user avatars to quickly show / hide their cards.

1.6.0 - Minor style update.
1.5.0 - Minor style update.
1.4.0 - Bug fix.
1.3.0 - Bug fix.
1.2.0 - Update icon. Minor style update.
1.1.0 - Display user initials as filter buttons as well.
1.0.0 - Display user avatars as filter buttons.                    

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

नाम Trello User Filter Trello User Filter
ID eekfflgfcehaajgagdahecimghhdhjdg
आधिकारिक URL https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg
विवरण Click user avatars to show / hide their Trello cards.
फ़ाइल का आकार 446 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2020-05-21
प्रकाशन तिथि 2020-05-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर terrylidev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello User Filter",
    "version": "1.6.0",
    "description": "Click user avatars to show \/ hide their Trello cards.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}