JSON Array Editor
Replace keys or values in your JSON
什么是JSON Array Editor?
JSON Array Editor是由JARRARDXYZ开发的Chrome扩展程序,该扩展的主要功能是“Replace keys or values in your JSON”。
扩展截图
下载JSON Array Editor扩展crx文件
下载JSON Array Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is a useful tool to find and replace values in JSON arrays and objects. Rename your ID key to CustomerID, replace all null values with something useful. Updated: Added iterative replacement button - keep changing values on your JSON!
扩展基本信息
名称 | JSON Array Editor |
ID | egifieelfbfkjhfhbadkkkpimdiebehg |
官方URL | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
简介 | Replace keys or values in your JSON |
文件大小 | 6.2 KB |
安装次数 | 103 |
当前版本 | 1.3 |
更新时间 | 2022-05-17 |
上架时间 | 2019-12-24 |
开发者 | JARRARDXYZ |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Array Editor", "version": "1.3", "description": "Replace keys or values in your JSON", "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" } }, "icons": { "16": "images\/replacer16.png", "32": "images\/replacer32.png", "48": "images\/replacer48.png", "128": "images\/replacer128.png" }, "manifest_version": 3 } |