Knockoutjs context debugger

Shows the knockout context & data for the selected dom node in a sidebar of the elements pane.

Knockoutjs context debugger क्या है?

Knockoutjs context debugger elijahzemlak733 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the knockout context & data for the selected dom node in a sidebar of the elements pane."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Knockoutjs context debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Product features and usage:
    - Extension supports developers to easily debugger value variables when using the "KnockoutJs" library for their html files. With the form showing the removal & data context for the selected dom button in the sidebar of the element pane.
    - Knockoutjs debugging extension.
         + Adds an additional sidebar in the element pane of chrome dev tools with knockout context and relevant data for the selected element. Very useful if you have large/nested views.
         + Very usefull if you got large/nested viewmodels.
         + Allows adding traces to everything observable/computable.
         + Allows editing of observables from the dashboard.

So to use the extension, the user's html file must download and use the KnockoutJS library (knockoutjs.com).

MIT license.
Tip (based on comments)
You can view the content of any observable in the viewmodel in the '$root_toJS' variable.

------ Change Log -------

Version-2.6.7: Add "Library Knockout Js" sharing feature to social networks: Twitter, LinkedIn and quickly share links to newsfeed facebook using post api.                    

एक्सटेंशन की मूल जानकारी

नाम Knockoutjs context debugger Knockoutjs context debugger
ID oddcpmchholgcjgjdnfjmildmlielhof
आधिकारिक URL https://chromewebstore.google.com/detail/knockoutjs-context-debugg/oddcpmchholgcjgjdnfjmildmlielhof
विवरण Shows the knockout context & data for the selected dom node in a sidebar of the elements pane.
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 26,937
वर्तमान संस्करण 2.6.8
अंतिम अपडेट 2023-11-01
प्रकाशन तिथि 2014-08-07
रेटिंग 4.28/5 कुल 186 रेटिंग्स
डेवलपर elijahzemlak733
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/transformtext/home
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "version": "2.6.8",
    "manifest_version": 3,
    "name": "Knockoutjs context debugger",
    "description": "Shows the knockout context & data for the selected dom node in a sidebar of the elements pane.",
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "devtools_page": "src\/devtool\/devtool.html",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.7c64ed84.6df94f50.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/index.ts.7c64ed84.js"
            ],
            "use_dynamic_url": true
        }
    ]
}