JSON Array Editor
Replace keys or values in your JSON
Cos'è JSON Array Editor?
JSON Array Editor è un'estensione di Chrome sviluppata da JARRARDXYZ, e la sua funzione principale è "Replace keys or values in your JSON".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JSON Array Editor
Scarica i file di estensione JSON Array Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | egifieelfbfkjhfhbadkkkpimdiebehg |
| URL Ufficiale | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
| Descrizione | Replace keys or values in your JSON |
| Dimensione del File | 6.2 KB |
| Conteggio Installazioni | 103 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2022-05-17 |
| Data di Pubblicazione | 2019-12-24 |
| Sviluppatore | JARRARDXYZ |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |