CleancodeJSON

A simple tool to format json.

什么是CleancodeJSON?

CleancodeJSON是由developer开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to format json.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载CleancodeJSON扩展crx文件

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

扩展使用说明

                        Cleancode JSON tool to format, edit, and beautify JSON data in real-time
Cleancode JSON – Feature-rich, and user-friendly JSON editor

FEATURES:
format, edit, and beautify JSON data 
a native editing experience.
Feel free to visit: https:// cleancode-json.club/ for more information!


By clicking "Add to Chrome" you accept and agree to install Cleancode JSON Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cleancode-json.club/terms-and-conditions/ and Privacy Policy at https://www.cleancode-json.club/privacy-policy/.

The extension will update your new tab with Base 64 Encoder and Decoder and search and will change your search engine to provide more insightful and accurate search results.                    

扩展基本信息

名称 CleancodeJSON CleancodeJSON
ID pplokeajidgpcdbhpceiahkjmffjnfon
官方URL https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon
简介 A simple tool to format json.
文件大小 1.55 MB
安装次数 159,143
当前版本 1.5
更新时间 2023-01-27
上架时间 2023-01-18
评分 4.71/5 共7次评分
开发者 developer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cleancode-json.club
帮助页面URL https://www.cleancode-json.club/contact/
隐私政策页面URL https://www.cleancode-json.club/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CleancodeJSON",
    "description": "A simple tool to format json.",
    "version": "1.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/cleancode-json.club\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        }
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    }
}