Trello Card Numbers - by Flyclops

Puts Trello's card numbers front and center

Wat is Trello Card Numbers - by Flyclops?

Trello Card Numbers - by Flyclops is een Chrome-extensie ontwikkeld door https://tech.flyclops.com, en de belangrijkste functie is "Puts Trello's card numbers front and center".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Trello Card Numbers - by Flyclops

Download Trello Card Numbers - by Flyclops-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trello Card Numbers - by Flyclops Trello Card Numbers - by Flyclops
ID bjbmgbhoaabjfeloohkahgilicjkambi
Officiële URL https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi
Beschrijving Puts Trello's card numbers front and center
Bestandsgrootte 150 KB
Aantal Installaties 303
Huidige Versie 0.1.7
Laatst Bijgewerkt 2015-04-30
Publicatiedatum 2015-04-30
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar https://tech.flyclops.com
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}