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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "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"
    }
}