JSON Array Editor
Replace keys or values in your JSON
Co to jest JSON Array Editor?
JSON Array Editor to rozszerzenie Chrome opracowane przez JARRARDXYZ, a jego główną funkcją jest „Replace keys or values in your JSON”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON Array Editor
Pobierz pliki rozszerzeń JSON Array Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | JSON Array Editor |
ID | egifieelfbfkjhfhbadkkkpimdiebehg |
Oficjalny URL | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
Opis | Replace keys or values in your JSON |
Rozmiar pliku | 6.2 KB |
Liczba instalacji | 103 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2022-05-17 |
Data Publikacji | 2019-12-24 |
Deweloper | JARRARDXYZ |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |