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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}