JSON Formatter
Makes JSON easy to read. Open source.
什么是JSON Formatter?
JSON Formatter是由https://www.cafeboy.org开发的Chrome扩展程序,该扩展的主要功能是“Makes JSON easy to read. Open source.”。
扩展截图
下载JSON Formatter扩展crx文件
下载JSON Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
based on https://github.com/callumlocke/json-formatter
add force to return application/json content-type action;
change the font;
fixed JSONP leading semicolon bug;
dark mode. 扩展基本信息
| 名称 | |
| ID | cfaihfocdnniaholfnjcemnfhcjchohb |
| 官方URL | https://chromewebstore.google.com/detail/json-formatter/cfaihfocdnniaholfnjcemnfhcjchohb |
| 简介 | Makes JSON easy to read. Open source. |
| 文件大小 | 30.93 KB |
| 安装次数 | 12,295 |
| 当前版本 | 0.6.0.3 |
| 更新时间 | 2022-06-18 |
| 上架时间 | 2020-05-10 |
| 评分 | 4.43/5 共21次评分 |
| 开发者 | https://www.cafeboy.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/jumkey/json-formatter |
| 帮助页面URL | https://github.com/jumkey/json-formatter/issues |
| 隐私政策页面URL | https://www.cafeboy.org/privacy.html |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Formatter",
"version": "0.6.0.3",
"manifest_version": 2,
"description": "Makes JSON easy to read. Open source.",
"homepage_url": "https:\/\/github.com\/jumkey\/json-formatter",
"minimum_chrome_version": "21",
"icons": {
"128": "icons\/128.png",
"32": "icons\/32.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"matches": [
" | |