SearchABAPSources
Search a selected text in the ABAP sources.
ما هو SearchABAPSources؟
SearchABAPSources هو إضافة Chrome تم تطويرها بواسطة EmmabSoft، والميزة الرئيسية لها هي "Search a selected text in the ABAP sources.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SearchABAPSources
قم بتنزيل ملفات الامتداد SearchABAPSources بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |