Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 25, 2018. It is now read-only.
/ jsonview-chrome Public archive

DEPRECATED – Beautify how Chrome displays JSON - port of the Firefox extension. NOT JSONView in the Chrome store

Notifications You must be signed in to change notification settings

jamiew/jsonview-chrome

Repository files navigation

JSONView for Chrome

Formats & syntax highlights JSON viewed inside of the web browser! Yay

PLEASE NOTE: this codebase is currently unmaintained, and is unrelated to the JSONView extension available in the Chrome store – that said, many people seem to be using it to great success, and pull requests or a new maintainer are always welcome.

A Chrome port of Ben Hollis’ JSONView extension for Firefox: http://jsonview.com

You too can enjoy JSON as it was intended:

Ghetto JSON type detection

Chrome doesn’t currently support exposing mimetypes to extensions:

In lieu we’re only matching URIs containing ".json" — rather than running regexes on every pageload.

If you don’t mind the performance impact and want to try and parse everything, this is a simple change in manifest.json

bq.
"matches": [ "http:///.json*", "file:////.json*" ]
=>
"matches": [ "http:///", "file:////" ]

Authors

MIT Licensed

About

DEPRECATED – Beautify how Chrome displays JSON - port of the Firefox extension. NOT JSONView in the Chrome store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /