NO-HDA
Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent
什么是NO-HDA?
NO-HDA是由Yaswanth Ravella开发的Chrome扩展程序,该扩展的主要功能是“Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent”。
扩展截图
下载NO-HDA扩展crx文件
下载NO-HDA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A HyperData File (HDA) is used to define properties and tabular data in a simple, structured ASCII file format. It is a text file that is used by the Content Server to define the component files like Component definition file , Manifest file , Dynamic table resource file, Template resource file. The HDA file format is useful for data that changes frequently because the compact size and simple format make data communication faster and easier for the Content Server but it is lot painful for humans to read these HDA data. This extension shows the data in nice tabular form in a manner which could be easily read and understood. Code for this is available at If file urls doesn't work Uncheck 'Allow access to file URLs' (See Below) and CHECK AGAIN and reload the opened file.
扩展基本信息
名称 | NO-HDA |
ID | iejelnenfdjdpcmfihibhepaepfocmlo |
官方URL | https://chromewebstore.google.com/detail/no-hda/iejelnenfdjdpcmfihibhepaepfocmlo |
简介 | Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent |
文件大小 | 178 KB |
安装次数 | 103 |
当前版本 | 1.0.9 |
更新时间 | 2022-08-10 |
上架时间 | 2015-11-20 |
评分 | 4.89/5 共9次评分 |
开发者 | Yaswanth Ravella |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://yaswanth.github.io/static/NO-HDA/privacy-policy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NO-HDA", "version": "1.0.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent", "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "background": { "page": "pages\/background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", " |