Mavo Inspector
Inspect Mavo apps
什么是Mavo Inspector?
Mavo Inspector是由https://mavo.io开发的Chrome扩展程序,该扩展的主要功能是“Inspect Mavo apps”。
扩展截图
下载Mavo Inspector扩展crx文件
下载Mavo Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A work in progress. This extension adds a new sidebar panel on the Elements tab that displays the current values of your Mavo properties, and allows you to execute arbitrary expressions on the current element. Works only with development version of Mavo.
扩展基本信息
名称 | |
ID | fcjdobllamgdbbjhhhpghnffideklgpa |
官方URL | https://chromewebstore.google.com/detail/mavo-inspector/fcjdobllamgdbbjhhhpghnffideklgpa |
简介 | Inspect Mavo apps |
文件大小 | 70.92 KB |
安装次数 | 34 |
当前版本 | 0.0.3 |
更新时间 | 2018-09-24 |
上架时间 | 2018-09-24 |
开发者 | https://mavo.io |
付费类型 | free |
扩展官网 | https://mavo.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mavo Inspector", "version": "0.0.3", "manifest_version": 2, "description": "Inspect Mavo apps", "devtools_page": "mavo.html", "author": "Lea Verou", "icons": { "256": "logo.png" } } |