litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
195 stars 16 forks source link

Dump JSON into window #65

Closed wesbos closed 4 months ago

wesbos commented 1 year ago

I used another extension years ago that would put the json data on the window, so you could play with it.

Is that possible with this? window.data = JSON.parse(response)

lauriro commented 4 months ago

Done in chrome, will think about firefox, where manifest 3 is not complete