UI5 Development Tools
SAP UI5 and OpenUI5 development tools
Was ist UI5 Development Tools?
UI5 Development Tools ist eine Chrome-Erweiterung, die von micellius entwickelt wurde, und ihr Hauptmerkmal ist "SAP UI5 and OpenUI5 development tools".
Erweiterungsscreenshots
UI5 Development Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie UI5 Development Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ooghhkigehdihajppgalgkodhelbjjlm |
| Offizielle URL | https://chromewebstore.google.com/detail/ui5-development-tools/ooghhkigehdihajppgalgkodhelbjjlm |
| Beschreibung | SAP UI5 and OpenUI5 development tools |
| Dateigröße | 127 KB |
| Installationsanzahl | 2,305 |
| Aktuelle Version | 0.2.3 |
| Letztes Update | 2016-03-14 |
| Veröffentlichungsdatum | 2016-03-14 |
| Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
| Entwickler | micellius |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |