JSON Helper

A simple object editor for JSON, YAML

What is JSON Helper?

JSON Helper is a Chrome extension developed by peisongo, and its main feature is "A simple object editor for JSON, YAML".

Extension Screenshots

screenshot

Download JSON Helper Extension CRX File

Download JSON Helper 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

                        A JSON viewer/editor with HJson and history support.                    

Extension Basic Information

Name JSON Helper JSON Helper
ID jcbieiaaecajpfoolfklgfkkmlffbgdm
Official URL https://chrome.google.com/webstore/detail/json-helper/jcbieiaaecajpfoolfklgfkkmlffbgdm
Description A simple object editor for JSON, YAML
File Size 487 KB
Installation Count 238
Current Version 0.0.4
Last Updated 2018-08-07
Publish Date 2018-08-07
Rating 5.00/5 Total 1 Ratings
Developer peisongo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A simple object editor for JSON, YAML",
    "version": "0.0.4",
    "name": "JSON Helper",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        ""
    ]
}