BrainLeg

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

Vad är BrainLeg?

BrainLeg är en Chrome-tillägg utvecklad av BrainLeg, och dess huvudfunktion är "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Tilläggsskärmbilder

screenshot

Ladda ner BrainLeg-förlängningens CRX-fil

Ladda ner BrainLeg-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
Officiell webbadress https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Beskrivning Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Filstorlek 58.75 KB
Antal Installationer 48
Aktuell Version 1.0.2
Senast Uppdaterad 2012-04-23
Publiceringsdatum 2012-04-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare BrainLeg
Betalningssätt free
Tilläggswebbplats http://www.brainleg.com
Hjälpsida URL http://www.brainleg.com/cdata/faq.html
Stödda Språk 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
}