Echo View

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

Echo Viewคืออะไร?

Echo View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marin Usalj และคุณลักษณะหลักของมันคือ "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Echo View

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}