Echo View

Echo View

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

Merlin
Additional files are visible only to premium users

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"
  }
}