JsonDiscovery
Browser extension that changes the way you're viewing JSON
什么是JsonDiscovery?
JsonDiscovery是由Discovery.js开发的Chrome扩展程序,该扩展的主要功能是“Browser extension that changes the way you're viewing JSON”。
扩展截图
下载JsonDiscovery扩展crx文件
下载JsonDiscovery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Most exciting features:
- Show JSON as an interactive tree with highlighting
- Easy an object or an array copy to clipboard
- Data structure signature (like in TypeScript)
- Data transformation with a query using Jora, suggestions on a query typing
- Customisation of JSON data presentation (using tables, lists and so on)
- Customisation (report) sharing by a link
- Works on any page with a valid JSON – URL/content type doesn't matter
- Works on local files, if it's enabled on extension's settings page (navigate to chrome://extensions, find JsonDiscovery, click "Details" button, then toggle "Allow access to file URLs" switch)
- Works offline (doesn't perform any network request)
Read more:
- on Medium: https://blog.usejournal.com/changing-a-way-were-viewing-json-in-a-browser-51eda9103fa2
- on Habr (in Russian): https://habr.com/ru/post/461185/
Extension is open source project: https://github.com/discoveryjs/browser-extension-json-discovery
Built on Discovery.js projects (https://github.com/discoveryjs/discovery) 扩展基本信息
| 名称 | |
| ID | pamhglogfolfbmlpnenhpeholpnlcclo |
| 官方URL | https://chromewebstore.google.com/detail/jsondiscovery/pamhglogfolfbmlpnenhpeholpnlcclo |
| 简介 | Browser extension that changes the way you're viewing JSON |
| 文件大小 | 383 KB |
| 安装次数 | 5,723 |
| 当前版本 | 1.13.4 |
| 更新时间 | 2023-10-03 |
| 上架时间 | 2020-05-20 |
| 评分 | 4.86/5 共43次评分 |
| 开发者 | Discovery.js |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/discoveryjs/browser-extension-json-discovery |
| 帮助页面URL | https://github.com/discoveryjs/browser-extension-json-discovery/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.13.4",
"name": "JsonDiscovery",
"short_name": "JsonDiscovery",
"description": "Browser extension that changes the way you're viewing JSON",
"author": "exdis",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
" | |