Fabric Inline Comments

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

什么是Fabric Inline Comments?

Fabric Inline Comments是由Tony Cosentini开发的Chrome扩展程序,该扩展的主要功能是“Allows you to see comments from related crashes without having to click on the related crash.”。

下载Fabric Inline Comments扩展crx文件

下载Fabric Inline Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Fabric Inline Comments Fabric Inline Comments
ID poddbenhhjkffbflkihlodhobneekpmm
官方URL https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm
简介 Allows you to see comments from related crashes without having to click on the related crash.
文件大小 13.61 KB
安装次数 12
当前版本 1.0.4
更新时间 2015-05-31
上架时间 2015-05-31
评分 4.20/5 共5次评分
开发者 Tony Cosentini
付费类型 free
支持的语言 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"
    ]
}