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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 NO-HDA
ID iejelnenfdjdpcmfihibhepaepfocmlo
官方網址 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:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "scripts-3rdParty\/*.js",
        "images\/*.*",
        "pages\/*.html"
    ],
    "browser_action": {
        "name": "NO-HDA - View in Tables"
    }
}