SearchABAPSources
Search a selected text in the ABAP sources.
SearchABAPSources क्या है?
SearchABAPSources EmmabSoft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search a selected text in the ABAP sources."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SearchABAPSources एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Search ABAP sources for a selected text from right-click's context menu. - Option to choose the target system for searching.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adedlgmccjlfiaeidehcbdifgcnpifmd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd |
विवरण | Search a selected text in the ABAP sources. |
फ़ाइल का आकार | 8.83 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 1.16.10 |
अंतिम अपडेट | 2016-10-30 |
प्रकाशन तिथि | 2016-10-30 |
डेवलपर | EmmabSoft |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |