SearchABAPSources

Search a selected text in the ABAP sources.

Что такое SearchABAPSources?

SearchABAPSources - это расширение Chrome, разработанное EmmabSoft, и его основная функция - "Search a selected text in the ABAP sources.".

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

screenshot
screenshot

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

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

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

                        - Search ABAP sources for a selected text from right-click's context menu.
- Option to choose the target system for searching.                    

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

Название SearchABAPSources SearchABAPSources
ID adedlgmccjlfiaeidehcbdifgcnpifmd
Официальный URL https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd
Описание Search a selected text in the ABAP sources.
Размер файла 8.83 KB
Количество установок 53
Текущая Версия 1.16.10
Последнее Обновление 2016-10-30
Дата публикации 2016-10-30
Разработчик EmmabSoft
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchABAPSources",
    "description": "Search a selected text in the ABAP sources.",
    "version": "1.16.10",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "searchABAP.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}