Trello Card Numbers - by Flyclops

Puts Trello's card numbers front and center

Qu'est-ce que Trello Card Numbers - by Flyclops ?

Trello Card Numbers - by Flyclops est une extension Chrome développée par https://tech.flyclops.com, et sa fonction principale est "Puts Trello's card numbers front and center".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trello Card Numbers - by Flyclops

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

                        Puts Trello's ticket numbers - usually hidden - front and center.                    

Informations de Base sur l'Extension

Nom Trello Card Numbers - by Flyclops Trello Card Numbers - by Flyclops
ID bjbmgbhoaabjfeloohkahgilicjkambi
URL Officiel https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi
Description Puts Trello's card numbers front and center
Taille du Fichier 150 KB
Nombre d'Installations 303
Version Actuelle 0.1.7
Dernière Mise à Jour 2015-04-30
Date de Publication 2015-04-30
Évaluation 4.38/5 Total 8 Évaluations
Développeur https://tech.flyclops.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Numbers - by Flyclops",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "Puts Trello's card numbers front and center",
    "homepage_url": "http:\/\/flyclops.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/trello.com\/b\/*",
        "https:\/\/trello.com\/c\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*",
                "https:\/\/trello.com\/c\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/b\/*",
                "https:\/\/trello.com\/c\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}