Echo View
Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)
Echo Viewとは何ですか?
Echo ViewはMarin Usaljによって開発されたChromeの拡張機能で、その主な機能は「Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)」です。
拡張機能のスクリーンショット
Echo View拡張機能のCRXファイルをダウンロード
Echo View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's open source, so feel free to fork it on Github: https://github.com/mneorr/EchoView Authors: - Edi Budimilic - Marin Usalj
拡張機能の基本情報
名前 | Echo View |
ID | omlgbibjgpeocipjhhiebfbgnmbedbid |
公式URL | https://chromewebstore.google.com/detail/echo-view/omlgbibjgpeocipjhhiebfbgnmbedbid |
説明 | Pretty prints various Arrays / Hash maps for you. (Currently PHP only!) |
ファイルサイズ | 124 KB |
インストール数 | 375 |
現在のバージョン | 0.1 |
最終更新日 | 2012-09-15 |
公開日 | 2012-09-15 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | Marin Usalj |
支払い方法 | free |
拡張機能のウェブサイト | http://mneorr.com |
対応言語 | 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" } } |