Skuid Chrome Extension
Extends the Developer Tools, adding a sidebar that displays the Skuid Model data
什么是Skuid Chrome Extension?
Skuid Chrome Extension是由josepho011235开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, adding a sidebar that displays the Skuid Model data”。
扩展截图
下载Skuid Chrome Extension扩展crx文件
下载Skuid Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A devtool sidebar to see models on a skuid page. I do not work for skuid. This is a tool to asisst in troubleshooting and devloping skuid pages.
Github Repo: https://github.com/joseph-ortiz/skuid-stuff 扩展基本信息
| 名称 | |
| ID | iedkmgehdhmencdcfggofnkhfpjleiag |
| 官方URL | https://chromewebstore.google.com/detail/skuid-chrome-extension/iedkmgehdhmencdcfggofnkhfpjleiag |
| 简介 | Extends the Developer Tools, adding a sidebar that displays the Skuid Model data |
| 文件大小 | 15.75 KB |
| 安装次数 | 17 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2016-06-23 |
| 上架时间 | 2016-06-23 |
| 开发者 | josepho011235 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skuid Chrome Extension",
"version": "0.0.1",
"description": "Extends the Developer Tools, adding a sidebar that displays the Skuid Model data",
"devtools_page": "devtools.html",
"manifest_version": 2,
"icons": {
"128": "squid128.png"
}
} | |