Echo View

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

Cos'è Echo View?

Echo View è un'estensione di Chrome sviluppata da Marin Usalj, e la sua funzione principale è "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Echo View

Scarica i file di estensione Echo View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


Authors:
- Edi Budimilic
- Marin Usalj                    

Informazioni di Base sull'Estensione

Nome Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
URL Ufficiale https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Descrizione Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Dimensione del File 124 KB
Conteggio Installazioni 375
Versione Corrente 0.1
Ultimo Aggiornamento 2012-09-15
Data di Pubblicazione 2012-09-15
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Marin Usalj
Tipo di Pagamento free
Sito Web dell'Estensione http://mneorr.com
Lingue Supportate 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"
    }
}