BrainLeg

Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search

什么是BrainLeg?

BrainLeg是由BrainLeg开发的Chrome扩展程序,该扩展的主要功能是“Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search”。

扩展截图

screenshot

下载BrainLeg扩展crx文件

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

扩展使用说明

                        Structurally search for java exceptions from any webpage - just select the whole exception stacktrace, right click and go!

It is an ideal tool to quickly research exceptions you see in your web sites, cruise control reports etc. 

Read more about BrainLeg on our website: http://www.brainleg.com

Please note that in order to use plugin for local files you must enable 'Allow access to file URLs' option for the BrainLeg extension in the extensions management page                    

扩展基本信息

名称 BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
官方URL https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
简介 Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
文件大小 58.75 KB
安装次数 48
当前版本 1.0.2
更新时间 2012-04-23
上架时间 2012-04-23
评分 5.00/5 共1次评分
开发者 BrainLeg
付费类型 free
扩展官网 http://www.brainleg.com
帮助页面URL http://www.brainleg.com/cdata/faq.html
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrainLeg",
    "description": "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search",
    "version": "1.0.2",
    "permissions": [
        "http:\/\/*.brainleg.com\/",
        "contextMenus",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/main.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}