BrainLeg

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

Cos'è BrainLeg?

BrainLeg è un'estensione di Chrome sviluppata da BrainLeg, e la sua funzione principale è "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BrainLeg

Scarica i file di estensione BrainLeg in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
URL Ufficiale https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Descrizione Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Dimensione del File 58.75 KB
Conteggio Installazioni 48
Versione Corrente 1.0.2
Ultimo Aggiornamento 2012-04-23
Data di Pubblicazione 2012-04-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore BrainLeg
Tipo di Pagamento free
Sito Web dell'Estensione http://www.brainleg.com
URL della Pagina di Aiuto http://www.brainleg.com/cdata/faq.html
Lingue Supportate 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
}