BrainLeg

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

Что такое BrainLeg?

BrainLeg - это расширение Chrome, разработанное BrainLeg, и его основная функция - "Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BrainLeg

Скачайте файлы расширений BrainLeg в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название BrainLeg BrainLeg
ID ochepneoefadjmdjfefniadpmoillclf
Официальный URL https://chrome.google.com/webstore/detail/brainleg/ochepneoefadjmdjfefniadpmoillclf
Описание Integration with BrainLeg - structural exception search engine for developers. Select stacktrace & use right-click to search
Размер файла 58.75 KB
Количество установок 48
Текущая Версия 1.0.2
Последнее Обновление 2012-04-23
Дата публикации 2012-04-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик BrainLeg
Тип оплаты free
Официальный сайт расширения http://www.brainleg.com
URL страницы помощи http://www.brainleg.com/cdata/faq.html
Поддерживаемые языки 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
}