SearchABAPSources
Search a selected text in the ABAP sources.
SearchABAPSources là gì?
SearchABAPSources là một tiện ích mở rộng Chrome được phát triển bởi EmmabSoft, và tính năng chính của nó là "Search a selected text in the ABAP sources.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SearchABAPSources
Tải xuống các tệp mở rộng SearchABAPSources dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- Search ABAP sources for a selected text from right-click's context menu. - Option to choose the target system for searching.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | adedlgmccjlfiaeidehcbdifgcnpifmd |
URL Chính Thức | https://chrome.google.com/webstore/detail/searchabapsources/adedlgmccjlfiaeidehcbdifgcnpifmd |
Mô tả | Search a selected text in the ABAP sources. |
Kích Thước Tệp | 8.83 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.16.10 |
Cập Nhật Lần Cuối | 2016-10-30 |
Ngày Phát Hành | 2016-10-30 |
Nhà Phát Triển | EmmabSoft |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |