JSON Viewer React
JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.
Vad är JSON Viewer React?
JSON Viewer React är en Chrome-tillägg utvecklad av seeto.alexander, och dess huvudfunktion är "JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.".
Tilläggsskärmbilder
Ladda ner JSON Viewer React-förlängningens CRX-fil
Ladda ner JSON Viewer React-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
JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.
Grundläggande Information om Tillägg
Namn | JSON Viewer React |
ID | icmodedamhnefjjpoiiajlpeldehdofi |
Officiell webbadress | https://chromewebstore.google.com/detail/json-viewer-react/icmodedamhnefjjpoiiajlpeldehdofi |
Beskrivning | JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects. |
Filstorlek | 882 KB |
Antal Installationer | 529 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-11-13 |
Publiceringsdatum | 2019-03-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | seeto.alexander |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ASeeto/json-viewer-react |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "JSON viewer built using ReactJS. View full JSON paths on hover, copy full paths or path values, and toggle collapse of all objects.", "version": "1.0.2", "name": "JSON Viewer React", "browser_action": { "default_popup": "popup.html", "default_icon": "json-viewer-react-icon-16.png" }, "content_scripts": [ { "matches": [ " |