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
官方網址 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
}