UI5 Development Tools
SAP UI5 and OpenUI5 development tools
什么是UI5 Development Tools?
UI5 Development Tools是由micellius开发的Chrome扩展程序,该扩展的主要功能是“SAP UI5 and OpenUI5 development tools”。
扩展截图
下载UI5 Development Tools扩展crx文件
下载UI5 Development Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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
} | |