UI5 Development Tools
SAP UI5 and OpenUI5 development tools
Wat is UI5 Development Tools?
UI5 Development Tools is een Chrome-extensie ontwikkeld door micellius, en de belangrijkste functie is "SAP UI5 and OpenUI5 development tools".
Extensie Screenshots
Download het CRX-bestand van de extensie UI5 Development Tools
Download UI5 Development Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | ooghhkigehdihajppgalgkodhelbjjlm | 
| Officiële URL | https://chromewebstore.google.com/detail/ui5-development-tools/ooghhkigehdihajppgalgkodhelbjjlm | 
| Beschrijving | SAP UI5 and OpenUI5 development tools | 
| Bestandsgrootte | 127 KB | 
| Aantal Installaties | 2,305 | 
| Huidige Versie | 0.2.3 | 
| Laatst Bijgewerkt | 2016-03-14 | 
| Publicatiedatum | 2016-03-14 | 
| Beoordeling | 3.50/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | micellius | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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
}  |  |