JSON Array Editor

Replace keys or values in your JSON

Vad är JSON Array Editor?

JSON Array Editor är en Chrome-tillägg utvecklad av JARRARDXYZ, och dess huvudfunktion är "Replace keys or values in your JSON".

Tilläggsskärmbilder

screenshot

Ladda ner JSON Array Editor-förlängningens CRX-fil

Ladda ner JSON Array Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn JSON Array Editor JSON Array Editor
ID egifieelfbfkjhfhbadkkkpimdiebehg
Officiell webbadress https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg
Beskrivning Replace keys or values in your JSON
Filstorlek 6.2 KB
Antal Installationer 103
Aktuell Version 1.3
Senast Uppdaterad 2022-05-17
Publiceringsdatum 2019-12-24
Utvecklare JARRARDXYZ
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}