Code Monkey home page Code Monkey logo

browser-extension-json-discovery's Introduction

JsonDiscovery

Browser extension that changes the way you're viewing JSON

Chrome Web Store Mozilla Addons

JsonDiscovery

Download it from:

Extension based on Discovery.js which allows you to discover JSON-documents and APIs and make beautiful reports on the fly!

Most exciting features:

  • Show JSON as an interactive tree with highlighting
  • Easy an object or an array copy to clipboard
  • Data structure signature (like in TypeScript)
  • Data transformation with a query using Jora, suggestions on a query typing
  • Customisation of JSON data presentation (using tables, lists and so on)
  • Customisation (report) sharing by a link
  • Works on any page with a valid JSON โ€“ URL/content type doesn't matter
  • Works on local files (see below)
  • Works offline (doesn't perform any network request)

Read more on Medium or on Habr (in Russian)

How to install from zip

Chrome:

  • Navigate to "chrome://extensions/" in the url bar
  • Click "Developer mode" in top right corner
  • Click "Load unpacked"
  • Find the folder where you extracted ZIP file
  • That's it!
Working with local files
  • Navigate to chrome://extensions
  • Find JsonDiscovery
  • Click "Details" button
  • Toggle "Allow access to file URLs" switch

Firefox:

  • Navigate to "about:debugging" in the URL bar
  • Click "Load Temporary Add-on"
  • Find the folder containing extension ZIP archive and select it
  • That's it!
Firefox default JSON viewer

By default Firefox uses its own JSON viewer. To disable it you should:

  • Navigate to "about:config"
  • In search field type 'devtools.jsonview.enabled'
  • Toggle this setting to false

Development

For local development clone repository, run npm install inside repo directory and start local development server with npm run dev command.

Install builded extension to your browser from build-chrome or build-firefox directories.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.