SearchABAPSources
Search a selected text in the ABAP sources.
什麼是SearchABAPSources?
SearchABAPSources是由EmmabSoft開發的Chrome擴展程式,該擴展的主要功能是“Search a selected text in the ABAP sources.”。
擴展截圖
下載SearchABAPSources擴展crx文件
下載SearchABAPSources擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Search ABAP sources for a selected text from right-click's context menu. - Option to choose the target system for searching.
擴展基本資訊
名稱 | |
ID | adedlgmccjlfiaeidehcbdifgcnpifmd |
官方網址 | 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 } |