Juan Ramón JSON Beautifier

Quick JSON code beautifier by Juan Ramon Jimenez

什么是Juan Ramón JSON Beautifier?

Juan Ramón JSON Beautifier是由http://www.juanramonjimenez.es开发的Chrome扩展程序,该扩展的主要功能是“Quick JSON code beautifier by Juan Ramon Jimenez”。

扩展截图

screenshot
screenshot

下载Juan Ramón JSON Beautifier扩展crx文件

下载Juan Ramón JSON Beautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more.

I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store.

You can select text with json code, then push Ctrl + C (in windows, Command + C  in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it.

If you have suggestions please let me know: [email protected]                    

扩展基本信息

名称 Juan Ramón JSON Beautifier Juan Ramón JSON Beautifier
ID cggldejocpefikeabhclhgcohimdgcfh
官方URL https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh
简介 Quick JSON code beautifier by Juan Ramon Jimenez
文件大小 10.78 KB
安装次数 206
当前版本 1.0
更新时间 2014-08-06
上架时间 2014-08-06
评分 5.00/5 共5次评分
开发者 http://www.juanramonjimenez.es
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://juanramonjimenez.es/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Juan Ram\u00f3n JSON Beautifier",
    "version": "1.0",
    "description": "Quick JSON code beautifier by Juan Ramon Jimenez",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Juan Ram\u00f3n JSON Beautifier",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardRead",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            }
        }
    }
}