UI5 Development Tools
SAP UI5 and OpenUI5 development tools
What is UI5 Development Tools?
UI5 Development Tools is a Chrome extension developed by micellius, and its main feature is "SAP UI5 and OpenUI5 development tools".
Extension Screenshots
Download UI5 Development Tools Extension CRX File
Download UI5 Development Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | UI5 Development Tools |
ID | ooghhkigehdihajppgalgkodhelbjjlm |
Official URL | https://chromewebstore.google.com/detail/ui5-development-tools/ooghhkigehdihajppgalgkodhelbjjlm |
Description | SAP UI5 and OpenUI5 development tools |
File Size | 127 KB |
Installation Count | 2,305 |
Current Version | 0.2.3 |
Last Updated | 2016-03-14 |
Publish Date | 2016-03-14 |
Rating | 3.50/5 Total 4 Ratings |
Developer | micellius |
Payment Type | free |
Supported Languages | 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 } |