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 |
| 官方網址 | 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"
}
} | |