Fabric Inline Comments

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

What is Fabric Inline Comments?

Fabric Inline Comments is a Chrome extension developed by Tony Cosentini, and its main feature is "Allows you to see comments from related crashes without having to click on the related crash.".

Download Fabric Inline Comments Extension CRX File

Download Fabric Inline Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
Official URL 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.
File Size 13.61 KB
Installation Count 12
Current Version 1.0.4
Last Updated 2015-05-31
Publish Date 2015-05-31
Rating 4.20/5 Total 5 Ratings
Developer Tony Cosentini
Payment Type free
Supported Languages 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"
    ]
}