NO-HDA

Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent

NO-HDA là gì?

NO-HDA là một tiện ích mở rộng Chrome được phát triển bởi Yaswanth Ravella, và tính năng chính của nó là "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NO-HDA

Tải xuống các tệp mở rộng NO-HDA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NO-HDA NO-HDA
ID iejelnenfdjdpcmfihibhepaepfocmlo
URL Chính Thức https://chromewebstore.google.com/detail/no-hda/iejelnenfdjdpcmfihibhepaepfocmlo
Mô tả Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent
Kích Thước Tệp 178 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2022-08-10
Ngày Phát Hành 2015-11-20
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Yaswanth Ravella
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://yaswanth.github.io/static/NO-HDA/privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}