BrainLeg

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

BrainLeg क्या है?

BrainLeg BrainLeg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BrainLeg एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
}