SearchABAPSources

Search a selected text in the ABAP sources.

什么是SearchABAPSources?

SearchABAPSources是由EmmabSoft开发的Chrome扩展程序,该扩展的主要功能是“Search a selected text in the ABAP sources.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 SearchABAPSources SearchABAPSources
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
}