BrainLeg

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

BrainLeg là gì?

BrainLeg là một tiện ích mở rộng Chrome được phát triển bởi BrainLeg, và tính năng chính của nó là "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrainLeg

Tải xuống các tệp mở rộng BrainLeg dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
URL Chính Thức https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Mô tả Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Kích Thước Tệp 58.75 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2012-04-23
Ngày Phát Hành 2012-04-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BrainLeg
Loại Thanh Toán free
Trang Web Mở Rộng http://www.brainleg.com
URL Trang Trợ Giúp http://www.brainleg.com/cdata/faq.html
Ngôn Ngữ Được Hỗ Trợ 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
}