Echo View

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

Co to jest Echo View?

Echo View to rozszerzenie Chrome opracowane przez Marin Usalj, a jego główną funkcją jest „Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Echo View

Pobierz pliki rozszerzeń Echo View w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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


Authors:
- Edi Budimilic
- Marin Usalj                    

Podstawowe informacje o rozszerzeniu

Nazwa Echo View Echo View
ID omlgbibjgpeocipjhhiebfbgnmbedbid
Oficjalny URL https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid
Opis Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Rozmiar pliku 124 KB
Liczba instalacji 375
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2012-09-15
Data Publikacji 2012-09-15
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Marin Usalj
Typ Płatności free
Strona Rozszerzenia http://mneorr.com
Obsługiwane Języki 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"
    }
}