SearchABAPSources
Search a selected text in the ABAP sources.
Wat is SearchABAPSources?
SearchABAPSources is een Chrome-extensie ontwikkeld door EmmabSoft, en de belangrijkste functie is "Search a selected text in the ABAP sources.".
Extensie Screenshots
Download het CRX-bestand van de extensie SearchABAPSources
Download SearchABAPSources-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Search ABAP sources for a selected text from right-click's context menu. - Option to choose the target system for searching.
Basisinformatie over de Extensie
Naam | |
ID | adedlgmccjlfiaeidehcbdifgcnpifmd |
Officiële URL | https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd |
Beschrijving | Search a selected text in the ABAP sources. |
Bestandsgrootte | 8.83 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.16.10 |
Laatst Bijgewerkt | 2016-10-30 |
Publicatiedatum | 2016-10-30 |
Ontwikkelaar | EmmabSoft |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |