JSONViewer
Format several JSON documents in one window, depends to your screen width, up to 6
什么是JSONViewer?
JSONViewer是由opponic开发的Chrome扩展程序,该扩展的主要功能是“Format several JSON documents in one window, depends to your screen width, up to 6”。
扩展截图
下载JSONViewer扩展crx文件
下载JSONViewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now is available for Firefox, Microsoft Edge and 360 Browser(from China), for more details, Please visit: https://github.com/oppoic/JSONViewer
扩展基本信息
名称 | JSONViewer |
ID | khbdpaabobknhhlpglenglkkhdmkfnca |
官方URL | https://chromewebstore.google.com/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca |
简介 | Format several JSON documents in one window, depends to your screen width, up to 6 |
文件大小 | 565 KB |
安装次数 | 9,000 |
当前版本 | 2.1.0 |
更新时间 | 2023-07-07 |
上架时间 | 2020-04-14 |
评分 | 4.80/5 共10次评分 |
开发者 | opponic |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/oppoic/JSONViewer |
帮助页面URL | https://github.com/oppoic/JSONViewer/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSONViewer", "description": "Format several JSON documents in one window, depends to your screen width, up to 6", "version": "2.1.0", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "action": { "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage" ] } |