SearchABAPSources
Search a selected text in the ABAP sources.
Co to jest SearchABAPSources?
SearchABAPSources to rozszerzenie Chrome opracowane przez EmmabSoft, a jego główną funkcją jest „Search a selected text in the ABAP sources.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SearchABAPSources
Pobierz pliki rozszerzeń SearchABAPSources w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- Search ABAP sources for a selected text from right-click's context menu. - Option to choose the target system for searching.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | adedlgmccjlfiaeidehcbdifgcnpifmd |
Oficjalny URL | https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd |
Opis | Search a selected text in the ABAP sources. |
Rozmiar pliku | 8.83 KB |
Liczba instalacji | 53 |
Aktualna Wersja | 1.16.10 |
Ostatnia Aktualizacja | 2016-10-30 |
Data Publikacji | 2016-10-30 |
Deweloper | EmmabSoft |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |