SearchABAPSources

Search a selected text in the ABAP sources.

SearchABAPSourcesคืออะไร?

SearchABAPSources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EmmabSoft และคุณลักษณะหลักของมันคือ "Search a selected text in the ABAP sources."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchABAPSources

ดาวน์โหลดไฟล์ส่วนขยาย 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
}