Echo View

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

Wat is Echo View?

Echo View is een Chrome-extensie ontwikkeld door Marin Usalj, en de belangrijkste functie is "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Echo View

Download Echo View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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


Authors:
- Edi Budimilic
- Marin Usalj                    

Basisinformatie over de Extensie

Naam Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
Officiële URL https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Beschrijving Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Bestandsgrootte 124 KB
Aantal Installaties 375
Huidige Versie 0.1
Laatst Bijgewerkt 2012-09-15
Publicatiedatum 2012-09-15
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Marin Usalj
Betalingswijze free
Extensiewebsite http://mneorr.com
Ondersteunde Talen 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"
    }
}