BrainLeg

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

O que é BrainLeg?

BrainLeg é uma extensão do Chrome desenvolvida por BrainLeg, e sua principal característica é "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BrainLeg

Baixe arquivos de extensão BrainLeg no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
URL Oficial https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Descrição Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Tamanho do Arquivo 58.75 KB
Contagem de Instalações 48
Versão Atual 1.0.2
Última Atualização 2012-04-23
Data de Publicação 2012-04-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor BrainLeg
Tipo de Pagamento free
Site da Extensão http://www.brainleg.com
URL da Página de Ajuda http://www.brainleg.com/cdata/faq.html
Idiomas Suportados 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
}