SearchABAPSources

Search a selected text in the ABAP sources.

Hvad er SearchABAPSources?

SearchABAPSources er en Chrome-udvidelse udviklet af EmmabSoft, og dens hovedfunktion er "Search a selected text in the ABAP sources.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download SearchABAPSources-udvidelses-CRX-fil

Download SearchABAPSources-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn SearchABAPSources SearchABAPSources
ID adedlgmccjlfiaeidehcbdifgcnpifmd
Officiel URL https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd
Beskrivelse Search a selected text in the ABAP sources.
Filstørrelse 8.83 KB
Antal Installationer 53
Nuværende Version 1.16.10
Senest Opdateret 2016-10-30
Udgivelsesdato 2016-10-30
Udvikler EmmabSoft
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}