Ultra Fast JSON Viewer
Quickly beautifies JSON.
什么是Ultra Fast JSON Viewer?
Ultra Fast JSON Viewer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quickly beautifies JSON.”。
扩展截图
下载Ultra Fast JSON Viewer扩展crx文件
下载Ultra Fast JSON Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles. 扩展基本信息
| 名称 | |
| ID | achlegaapdgcnnhfmliagapbampafine |
| 官方URL | https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine |
| 简介 | Quickly beautifies JSON. |
| 文件大小 | 9.94 KB |
| 安装次数 | 252 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2017-06-22 |
| 上架时间 | 2017-06-22 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ultra Fast JSON Viewer",
"version": "1.0.4",
"description": "Quickly beautifies JSON.",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/icon - large.png",
"default_popup": "popup.html"
},
"author": "Ed Mak",
"icons": {
"128": "img\/icon - large.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"file:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"settings.js",
"jsonify.js"
]
}
],
"permissions": [
"*:\/\/*\/*",
"storage"
]
} | |