Skuid Chrome Extension
Extends the Developer Tools, adding a sidebar that displays the Skuid Model data
What is Skuid Chrome Extension?
Skuid Chrome Extension is a Chrome extension developed by josepho011235, and its main feature is "Extends the Developer Tools, adding a sidebar that displays the Skuid Model data".
Extension Screenshots
Download Skuid Chrome Extension Extension CRX File
Download Skuid Chrome Extension 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
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
Extension Basic Information
Name | Skuid Chrome Extension |
ID | iedkmgehdhmencdcfggofnkhfpjleiag |
Official URL | https://chromewebstore.google.com/detail/skuid-chrome-extension/iedkmgehdhmencdcfggofnkhfpjleiag |
Description | Extends the Developer Tools, adding a sidebar that displays the Skuid Model data |
File Size | 15.75 KB |
Installation Count | 17 |
Current Version | 0.0.1 |
Last Updated | 2016-06-23 |
Publish Date | 2016-06-23 |
Developer | josepho011235 |
Payment Type | free |
Supported Languages | 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" } } |