Kendo MVVM Inspector

Chrome dev tool to inspect kendo mvvm bindings

What is Kendo MVVM Inspector?

Kendo MVVM Inspector is a Chrome extension developed by Guillermo Londono, and its main feature is "Chrome dev tool to inspect kendo mvvm bindings".

Extension Screenshots

screenshot
screenshot

Download Kendo MVVM Inspector Extension CRX File

Download Kendo MVVM Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome dev tool to inspect the object that is bound to a particular DOM element that have the data-bind tag.                    

Extension Basic Information

Name Kendo MVVM Inspector Kendo MVVM Inspector
ID fffmfifciekjfbepekljnhapikieebfj
Official URL https://chromewebstore.google.com/detail/kendo-mvvm-inspector/fffmfifciekjfbepekljnhapikieebfj
Description Chrome dev tool to inspect kendo mvvm bindings
File Size 7.17 KB
Installation Count 212
Current Version 1.0
Last Updated 2015-01-23
Publish Date 2015-01-23
Rating 5.00/5 Total 1 Ratings
Developer Guillermo Londono
Payment Type free
Extension Website https://github.com/glondono/kendo-mvvm-inspector
Help Page URL https://github.com/glondono/kendo-mvvm-inspector/wiki
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kendo MVVM Inspector",
    "description": "Chrome dev tool to inspect kendo mvvm bindings",
    "version": "1.0",
    "minimum_chrome_version": "10.0",
    "devtools_page": "devtools.html",
    "author": "Guillermo Londono",
    "icons": {
        "48": "48.png"
    }
}