Echo View
Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
什麼是Echo View?
Echo View是由Marin Usalj開發的Chrome擴展程式,該擴展的主要功能是“Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)”。
擴展截圖
下載Echo View擴展crx文件
下載Echo View擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's open source, so feel free to fork it on Github: https://github.com/mneorr/EchoView
Authors:
- Edi Budimilic
- Marin Usalj 擴展基本資訊
| 名稱 | |
| ID | omlgbibjgpeocipjhhiebfbgnmbedbid |
| 官方網址 | https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid |
| 簡介 | Pretty prints various Arrays / Hash maps for you. (Currently PHP only!) |
| 檔案大小 | 124 KB |
| 安裝次數 | 375 |
| 目前版本 | 0.1 |
| 更新時間 | 2012-09-15 |
| 上架時間 | 2012-09-15 |
| 評分 | 4.00/5 共 3 次評分 |
| 開發者 | Marin Usalj |
| 付費類型 | free |
| 擴展官網 | http://mneorr.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Echo View",
"version": "0.1",
"manifest_version": 2,
"description": "Pretty prints various Arrays \/ Hash maps for you. (Currently PHP only!)",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"jquery.js",
"php.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |