Fabric Inline Comments

Allows you to see comments from related crashes without having to click on the related crash.

Cos'è Fabric Inline Comments?

Fabric Inline Comments è un'estensione di Chrome sviluppata da Tony Cosentini, e la sua funzione principale è "Allows you to see comments from related crashes without having to click on the related crash.".

Scarica il file CRX dell'estensione Fabric Inline Comments

Scarica i file di estensione Fabric Inline Comments 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

                        Additional details at https://github.com/tonycosentini/fabric_inline_comments/                    

Informazioni di Base sull'Estensione

Nome Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
URL Ufficiale https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
Descrizione Allows you to see comments from related crashes without having to click on the related crash.
Dimensione del File 13.61 KB
Conteggio Installazioni 12
Versione Corrente 1.0.4
Ultimo Aggiornamento 2015-05-31
Data di Pubblicazione 2015-05-31
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Tony Cosentini
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fabric Inline Comments",
    "description": "Allows you to see comments from related crashes without having to click on the related crash.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fabric.io\/*"
            ],
            "js": [
                "arrive.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "script.js.map"
    ]
}