Echo View

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

Apa itu Echo View?

Echo View adalah ekstensi Chrome yang dikembangkan oleh Marin Usalj, dan fitur utamanya adalah "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Echo View

Unduh file ekstensi Echo View dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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


Authors:
- Edi Budimilic
- Marin Usalj                    

Informasi Dasar Ekstensi

Nama Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
URL Resmi https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Deskripsi Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Ukuran File 124 KB
Jumlah Instalasi 375
Versi Saat Ini 0.1
Terakhir Diperbarui 2012-09-15
Tanggal Publikasi 2012-09-15
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Marin Usalj
Tipe Pembayaran free
Situs Ekstensi http://mneorr.com
Bahasa yang Didukung 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"
    }
}