Echo View
Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Qu'est-ce que Echo View ?
Echo View est une extension Chrome développée par Marin Usalj, et sa fonction principale est "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Echo View
Téléchargez les fichiers d'extension Echo View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It's open source, so feel free to fork it on Github: https://github.com/mneorr/EchoView Authors: - Edi Budimilic - Marin Usalj
Informations de Base sur l'Extension
Nom | Echo View |
ID | omlgbibjgpeocipjhhiebfbgnmbedbid |
URL Officiel | https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid |
Description | Pretty prints various Arrays / Hash maps for you. (Currently PHP only!) |
Taille du Fichier | 124 KB |
Nombre d'Installations | 375 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2012-09-15 |
Date de Publication | 2012-09-15 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Marin Usalj |
Type de Paiement | free |
Site Web de l'Extension | http://mneorr.com |
Langues Prises en Charge | 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" } } |