UI5 Development Tools

SAP UI5 and OpenUI5 development tools

什麼是UI5 Development Tools?

UI5 Development Tools是由micellius開發的Chrome擴展程式,該擴展的主要功能是“SAP UI5 and OpenUI5 development tools”。

擴展截圖

screenshot
screenshot
screenshot

下載UI5 Development Tools擴展crx文件

下載UI5 Development Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 UI5 Development Tools UI5 Development Tools
ID ooghhkigehdihajppgalgkodhelbjjlm
官方網址 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
}