JSON Compressor

It will minify or compress the JSON text

什么是JSON Compressor?

JSON Compressor是由Wilson开发的Chrome扩展程序,该扩展的主要功能是“It will minify or compress the JSON text”。

扩展截图

screenshot

下载JSON Compressor扩展crx文件

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

扩展使用说明

                        Best JSON Compression Tool with High Compression Ratio.                    

扩展基本信息

名称 JSON Compressor JSON Compressor
ID mjfdbdokeoeehiiifinfifnakpeajbgm
官方URL https://chromewebstore.google.com/detail/json-compressor/mjfdbdokeoeehiiifinfifnakpeajbgm
简介 It will minify or compress the JSON text
文件大小 68.14 KB
安装次数 156
当前版本 1.1
更新时间 2014-03-06
上架时间 2014-03-06
评分 5.00/5 共2次评分
开发者 Wilson
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://tiny.cc/appsprivacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Compressor",
    "version": "1.1",
    "description": "It will minify or compress the JSON text",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_title": "JSON Compressor",
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}