NO-HDA

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

NO-HDA क्या है?

NO-HDA Yaswanth Ravella द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays HDA in Tables.. Oracle Webcenter Content - UCM - ECM - Stellent"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NO-HDA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}