JSON Formatter

Chrome extension to format JSON

什么是JSON Formatter?

JSON Formatter是由Ajanyan开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to format JSON”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载JSON Formatter扩展crx文件

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

扩展使用说明

                        This extension can be used to format JSON data.

Usage 1
1. Select the JSON text on browser screen
2. Right click on the selected text
3. Click on Format JSON

Usage 2
1. Click on the JSON format extension icon
2. Paste the JSON text to the input text area on the left side.
3. Click on Format button                    

扩展基本信息

名称 JSON Formatter JSON Formatter
ID nheccekoienfcnaiegopcdbjanfgcojh
官方URL https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh
简介 Chrome extension to format JSON
文件大小 26.69 KB
安装次数 78
当前版本 1.1.1
更新时间 2023-08-22
上架时间 2022-05-30
评分 5.00/5 共1次评分
开发者 Ajanyan
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Formatter",
    "description": "Chrome extension to format JSON",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}