Echo View

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

Echo View क्या है?

Echo View Marin Usalj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pretty prints various Arrays / Hash maps for you. (Currently PHP only!)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Echo View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}