SearchABAPSources

Search a selected text in the ABAP sources.

What is SearchABAPSources?

SearchABAPSources is a Chrome extension developed by EmmabSoft, and its main feature is "Search a selected text in the ABAP sources.".

Extension Screenshots

screenshot
screenshot

Download SearchABAPSources Extension CRX File

Download SearchABAPSources extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SearchABAPSources SearchABAPSources
ID adedlgmccjlfiaeidehcbdifgcnpifmd
Official URL https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd
Description Search a selected text in the ABAP sources.
File Size 8.83 KB
Installation Count 53
Current Version 1.16.10
Last Updated 2016-10-30
Publish Date 2016-10-30
Developer EmmabSoft
Email [email protected]
Payment Type free
Supported Languages 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
}