Skip to content

jiangvv/json-viewer

 
 

Repository files navigation

JSON Viewer

logo

The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. It is a Chrome extension for printing JSON and JSONP.

Themes

okaidia coy tomorrow

and more!

Change the themes in the options page (window > extensions > JSON Viewer > Options)

Installation

Install through Chrome Web Store

https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh

or compile and load by yourself

  1. it depends on ruby (preferable version 2.0.0-p247)
  2. gem install bundler
  3. bundle install
  4. rake build
  5. open Chrome and go to chrome://chrome/extensions/
  6. enable "Developer mode"
  7. click "Load unpacked extension"
  8. select "build/json_viewer" directory

Try it on

JSON

https//api.github.com

https://api.github.com/gists/public

http://freemusicarchive.org/api/get/curators.json?api_key=60BLHNQCAOUFPIBZ

JSONP

http://freemusicarchive.org/api/get/curators.jsonp?api_key=60BLHNQCAOUFPIBZ&callback=test

Packages

No packages published

Languages

  • JavaScript 54.7%
  • CSS 39.9%
  • Ruby 5.4%