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
}