Echo View
Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Was ist Echo View?
Echo View ist eine Chrome-Erweiterung, die von Marin Usalj entwickelt wurde, und ihr Hauptmerkmal ist "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".
Erweiterungsscreenshots
Echo View-Erweiterungs-CRX-Datei herunterladen
Laden Sie Echo View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It's open source, so feel free to fork it on Github: https://github.com/mneorr/EchoView
Authors:
- Edi Budimilic
- Marin Usalj Grundlegende Informationen zur Erweiterung
| Name | |
| ID | omlgbibjgpeocipjhhiebfbgnmbedbid |
| Offizielle URL | https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid |
| Beschreibung | Pretty prints various Arrays / Hash maps for you. (Currently PHP only!) |
| Dateigröße | 124 KB |
| Installationsanzahl | 375 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2012-09-15 |
| Veröffentlichungsdatum | 2012-09-15 |
| Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Marin Usalj |
| Zahlungsart | free |
| Erweiterungswebsite | http://mneorr.com |
| Unterstützte Sprachen | 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"
}
} | |