JSONpop - Textarea JSON editor

Easily edit JSON in textareas

What is JSONpop - Textarea JSON editor?

JSONpop - Textarea JSON editor is a Chrome extension developed by https://allenp.org, and its main feature is "Easily edit JSON in textareas".

Extension Screenshots

screenshot
screenshot
screenshot

Download JSONpop - Textarea JSON editor Extension CRX File

Download JSONpop - Textarea JSON editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily edit JSON in textareas. This extension looks for any textareas that have JSON in them and allows you to edit it with a popup window.                    

Extension Basic Information

Name JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
Official URL https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
Description Easily edit JSON in textareas
File Size 228 KB
Installation Count 176
Current Version 0.0.0.2
Last Updated 2016-04-05
Publish Date 2016-04-05
Rating 4.00/5 Total 4 Ratings
Developer https://allenp.org
Email [email protected]
Payment Type free
Extension Website http://allenp.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONpop - Textarea JSON editor",
    "version": "0.0.0.2",
    "description": "Easily edit JSON in textareas",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/font.css",
                "\/css\/skeleton.css",
                "\/css\/remodal.css",
                "\/css\/remodal-default-theme.css",
                "\/css\/codemirror.css",
                "\/css\/mdn-like.css",
                "\/css\/monokai.css",
                "\/css\/lint.css",
                "\/css\/foldgutter.css",
                "main.css"
            ],
            "js": [
                "\/js\/zepto.min.js",
                "\/js\/remodal.min.js",
                "\/js\/codemirror.js",
                "\/js\/javascript_json.js",
                "\/js\/lint.js",
                "\/js\/jsonlint.js",
                "\/js\/json-lint.js",
                "\/js\/foldcode.js",
                "\/js\/brace-fold.js",
                "\/js\/foldgutter.js",
                "\/js\/matchbrackets.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "\/fonts\/*",
        "\/img\/*"
    ]
}