JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

User-configurable options #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reading the comments on Michael's blog, it seems it might be useful to allow 
users to configure a few things to their liking.

Mainly:
 - Toggle sending "application/json" in the HTTP Accept header.
 - Control MIME types which will activate JSONovich.

But also possibilities:
 - Toggle collapsing on/off completely.
 - Toggle default collapsing state.
 - Toggle colourisation.
 - Customise colours.
 - Customise formatting.

Original issue reported on code.google.com by W.Elwoo...@gmail.com on 9 Oct 2010 at 12:10

GoogleCodeExporter commented 9 years ago
Marking this done for now, preferences for both main items can be controlled 
from about:config after 1.8.1 (not in 1.8.1).

Original comment by W.Elwoo...@gmail.com on 30 May 2011 at 1:34