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