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
Eメール [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
}