Show Card Numbers for Trello

This extension displays card numbers from the board view.

Qu'est-ce que Show Card Numbers for Trello ?

Show Card Numbers for Trello est une extension Chrome développée par arron.powell, et sa fonction principale est "This extension displays card numbers from the board view.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Card Numbers for Trello

Téléchargez les fichiers d'extension Show Card Numbers for Trello 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

                        Allows you to see card numbers from the board view in trello                    

Informations de Base sur l'Extension

Nom Show Card Numbers for Trello Show Card Numbers for Trello
ID pjhjdehkaggmpebggjonlhleidlodepi
URL Officiel https://chrome.google.com/webstore/detail/show-card-numbers-for-tre/pjhjdehkaggmpebggjonlhleidlodepi
Description This extension displays card numbers from the board view.
Taille du Fichier 14.68 KB
Nombre d'Installations 695
Version Actuelle 1.2
Dernière Mise à Jour 2014-07-17
Date de Publication 2014-07-17
Évaluation 4.00/5 Total 3 Évaluations
Développeur arron.powell
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Card Numbers for Trello",
    "description": "This extension displays card numbers from the board view.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "css": [
                "cardNo.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}