JSON Formatter 格式化

JSON Formatter 格式化

JSON格式化,可以多窗口多开,方便对比JSON入参和数据出参,现已支持粘贴图片到工作区。Makes JSON easy to read and compare, Image contrast is now supported.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "description": "JSON格式化,可以多窗口多开,方便对比JSON入参和数据出参,现已支持粘贴图片到工作区。Makes JSON easy to read and compare, Image contrast is now supported. ",
  "icons": {
    "16": "img/ico16.png",
    "48": "img/ico48.png",
    "96": "img/ico96.png",
    "128": "img/ico128.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "img/ico48.png",
    "default_title": "JSON Formatter"
  },
  "name": "JSON Formatter 格式化",
  "offline_enabled": true,
  "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "contextMenus"
  ],
  "version": "1.0.4"
}