BrainLeg

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

BrainLegคืออะไร?

BrainLeg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrainLeg และคุณลักษณะหลักของมันคือ "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrainLeg

ดาวน์โหลดไฟล์ส่วนขยาย 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
}