BrainLeg

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

Wat is BrainLeg?

BrainLeg is een Chrome-extensie ontwikkeld door BrainLeg, en de belangrijkste functie is "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BrainLeg

Download BrainLeg-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
Officiële URL https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Beschrijving Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Bestandsgrootte 58.75 KB
Aantal Installaties 48
Huidige Versie 1.0.2
Laatst Bijgewerkt 2012-04-23
Publicatiedatum 2012-04-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar BrainLeg
Betalingswijze free
Extensiewebsite http://www.brainleg.com
Help Pagina-URL http://www.brainleg.com/cdata/faq.html
Ondersteunde Talen 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
}