JSON Formatter

Format the JSON

什么是JSON Formatter?

JSON Formatter是由http://news2think.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“Format the JSON”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载JSON Formatter扩展crx文件

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

扩展使用说明

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

扩展基本信息

名称 JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
官方URL https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
简介 Format the JSON
文件大小 34.77 KB
安装次数 109
当前版本 2.0.4
更新时间 2021-10-07
上架时间 2019-08-01
评分 4.80/5 共5次评分
开发者 http://news2think.wordpress.com
电子邮箱 [email protected]
付费类型 in_app
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}