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! 擴展基本資訊
| 名稱 | |
| ID | egifieelfbfkjhfhbadkkkpimdiebehg |
| 官方網址 | 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
} | |