Fabric Inline Comments

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

Qu'est-ce que Fabric Inline Comments ?

Fabric Inline Comments est une extension Chrome développée par Tony Cosentini, et sa fonction principale est "Allows you to see comments from related crashes without having to click on the related crash.".

Télécharger le fichier CRX de l'extension Fabric Inline Comments

Téléchargez les fichiers d'extension Fabric Inline Comments 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

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

Informations de Base sur l'Extension

Nom Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
URL Officiel https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
Description Allows you to see comments from related crashes without having to click on the related crash.
Taille du Fichier 13.61 KB
Nombre d'Installations 12
Version Actuelle 1.0.4
Dernière Mise à Jour 2015-05-31
Date de Publication 2015-05-31
Évaluation 4.20/5 Total 5 Évaluations
Développeur Tony Cosentini
Type de Paiement free
Langues Prises en Charge 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"
    ]
}