JSON Array Editor
Replace keys or values in your JSON
What is JSON Array Editor?
JSON Array Editor is a Chrome extension developed by JARRARDXYZ, and its main feature is "Replace keys or values in your JSON".
Extension Screenshots
Download JSON Array Editor Extension CRX File
Download JSON Array Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | JSON Array Editor |
ID | egifieelfbfkjhfhbadkkkpimdiebehg |
Official URL | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
Description | Replace keys or values in your JSON |
File Size | 6.2 KB |
Installation Count | 103 |
Current Version | 1.3 |
Last Updated | 2022-05-17 |
Publish Date | 2019-12-24 |
Developer | JARRARDXYZ |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |