SearchABAPSources

Search a selected text in the ABAP sources.

Vad är SearchABAPSources?

SearchABAPSources är en Chrome-tillägg utvecklad av EmmabSoft, och dess huvudfunktion är "Search a selected text in the ABAP sources.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SearchABAPSources-förlängningens CRX-fil

Ladda ner SearchABAPSources-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SearchABAPSources SearchABAPSources
ID adedlgmccjlfiaeidehcbdifgcnpifmd
Officiell webbadress https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd
Beskrivning Search a selected text in the ABAP sources.
Filstorlek 8.83 KB
Antal Installationer 53
Aktuell Version 1.16.10
Senast Uppdaterad 2016-10-30
Publiceringsdatum 2016-10-30
Utvecklare EmmabSoft
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}