Kendo MVVM Inspector
Chrome dev tool to inspect kendo mvvm bindings
什么是Kendo MVVM Inspector?
Kendo MVVM Inspector是由Guillermo Londono开发的Chrome扩展程序,该扩展的主要功能是“Chrome dev tool to inspect kendo mvvm bindings”。
扩展截图
下载Kendo MVVM Inspector扩展crx文件
下载Kendo MVVM Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome dev tool to inspect the object that is bound to a particular DOM element that have the data-bind tag.
扩展基本信息
名称 | Kendo MVVM Inspector |
ID | fffmfifciekjfbepekljnhapikieebfj |
官方URL | https://chromewebstore.google.com/detail/kendo-mvvm-inspector/fffmfifciekjfbepekljnhapikieebfj |
简介 | Chrome dev tool to inspect kendo mvvm bindings |
文件大小 | 7.17 KB |
安装次数 | 212 |
当前版本 | 1.0 |
更新时间 | 2015-01-23 |
上架时间 | 2015-01-23 |
评分 | 5.00/5 共1次评分 |
开发者 | Guillermo Londono |
付费类型 | free |
扩展官网 | https://github.com/glondono/kendo-mvvm-inspector |
帮助页面URL | https://github.com/glondono/kendo-mvvm-inspector/wiki |
支持的语言 | 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" } } |