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
公式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
}