BrainLeg

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

Co to jest BrainLeg?

BrainLeg to rozszerzenie Chrome opracowane przez BrainLeg, a jego główną funkcją jest „Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BrainLeg

Pobierz pliki rozszerzeń BrainLeg w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
Oficjalny URL https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Opis Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Rozmiar pliku 58.75 KB
Liczba instalacji 48
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2012-04-23
Data Publikacji 2012-04-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper BrainLeg
Typ Płatności free
Strona Rozszerzenia http://www.brainleg.com
Adres URL Strony Pomocy http://www.brainleg.com/cdata/faq.html
Obsługiwane Języki 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
}