Trello Card Numbers - by Flyclops

Puts Trello's card numbers front and center

Cos'è Trello Card Numbers - by Flyclops?

Trello Card Numbers - by Flyclops è un'estensione di Chrome sviluppata da https://tech.flyclops.com, e la sua funzione principale è "Puts Trello's card numbers front and center".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trello Card Numbers - by Flyclops

Scarica i file di estensione Trello Card Numbers - by Flyclops in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Trello Card Numbers - by Flyclops Trello Card Numbers - by Flyclops
ID bjbmgbhoaabjfeloohkahgilicjkambi
URL Ufficiale https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi
Descrizione Puts Trello's card numbers front and center
Dimensione del File 150 KB
Conteggio Installazioni 303
Versione Corrente 0.1.7
Ultimo Aggiornamento 2015-04-30
Data di Pubblicazione 2015-04-30
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore https://tech.flyclops.com
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}