UI5 Development Tools

SAP UI5 and OpenUI5 development tools

UI5 Development Toolsคืออะไร?

UI5 Development Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย micellius และคุณลักษณะหลักของมันคือ "SAP UI5 and OpenUI5 development tools"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย UI5 Development Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UI5 Development Tools UI5 Development Tools
ID ooghhkigehdihajppgalgkodhelbjjlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ui5-development-tools/ooghhkigehdihajppgalgkodhelbjjlm
คำอธิบาย SAP UI5 and OpenUI5 development tools
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 2,305
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2016-03-14
วันที่เผยแพร่ 2016-03-14
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา micellius
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UI5 Development Tools",
    "short_name": "ui5-devtools",
    "version": "0.2.3",
    "description": "SAP UI5 and OpenUI5 development tools",
    "author": "Vadim Tomnikov",
    "devtools_page": "pages\/devtools\/devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}