Echo View

Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)

What is Echo View?

Echo View is a Chrome extension developed by Marin Usalj, and its main feature is "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".

Extension Screenshots

screenshot

Download Echo View Extension CRX File

Download Echo View 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

                        It's open source, so feel free to fork it on Github: https://github.com/mneorr/EchoView


Authors:
- Edi Budimilic
- Marin Usalj                    

Extension Basic Information

Name Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
Official URL https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Description Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
File Size 124 KB
Installation Count 375
Current Version 0.1
Last Updated 2012-09-15
Publish Date 2012-09-15
Rating 4.00/5 Total 3 Ratings
Developer Marin Usalj
Payment Type free
Extension Website http://mneorr.com
Supported Languages 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"
    }
}