Trello User Filter

Click user avatars to show / hide their Trello cards.

Qu'est-ce que Trello User Filter ?

Trello User Filter est une extension Chrome développée par terrylidev, et sa fonction principale est "Click user avatars to show / hide their Trello cards.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello User Filter

Téléchargez les fichiers d'extension Trello User Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trello User Filter Trello User Filter
ID eekfflgfcehaajgagdahecimghhdhjdg
URL Officiel https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg
Description Click user avatars to show / hide their Trello cards.
Taille du Fichier 446 KB
Nombre d'Installations 93
Version Actuelle 1.6.0
Dernière Mise à Jour 2020-05-21
Date de Publication 2020-05-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur terrylidev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}