Echo View

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

Hvad er Echo View?

Echo View er en Chrome-udvidelse udviklet af Marin Usalj, og dens hovedfunktion er "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".

Udvidelsesskærmbilleder

screenshot

Download Echo View-udvidelses-CRX-fil

Download Echo View-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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


Authors:
- Edi Budimilic
- Marin Usalj                    

Grundlæggende oplysninger om udvidelsen

Navn Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
Officiel URL https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Beskrivelse Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Filstørrelse 124 KB
Antal Installationer 375
Nuværende Version 0.1
Senest Opdateret 2012-09-15
Udgivelsesdato 2012-09-15
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler Marin Usalj
Betalingsmetode free
Udvidelseswebsted http://mneorr.com
Understøttede Sprog 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"
    }
}