All Projects → discoveryjs → Browser Extension Json Discovery

discoveryjs / Browser Extension Json Discovery

Browser (Chrome, Firefox) extension for JSON discovery

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Browser Extension Json Discovery

Jsonview
A web extension that helps you view JSON documents in the browser.
Stars: ✭ 1,021 (+550.32%)
Mutual labels:  json, chrome-extension, firefox-extension
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+13196.82%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+2210.19%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (+2018.47%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+526.75%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Fehelper
😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)
Stars: ✭ 3,880 (+2371.34%)
Mutual labels:  json, chrome-extension, firefox-extension
Devo
A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.
Stars: ✭ 236 (+50.32%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Toolkit For Ynab
A general purpose YNAB enhancing browser extension for Chrome and Firefox. Have it your way!
Stars: ✭ 1,006 (+540.76%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-64.33%)
Mutual labels:  hacktoberfest, chrome-extension, firefox-extension
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (-29.3%)
Mutual labels:  chrome-extension, firefox-extension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-26.75%)
Mutual labels:  chrome-extension, firefox-extension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-24.84%)
Mutual labels:  chrome-extension, firefox-extension
Json Decoder
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
Stars: ✭ 109 (-30.57%)
Mutual labels:  hacktoberfest, json
Json Against Humanity
Finally, Cards Against Humanity as plain text and JSON.
Stars: ✭ 105 (-33.12%)
Mutual labels:  hacktoberfest, json
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (-24.84%)
Mutual labels:  hacktoberfest, json
Circe Yaml
YAML parser for circe using SnakeYAML
Stars: ✭ 102 (-35.03%)
Mutual labels:  hacktoberfest, json
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-19.11%)
Mutual labels:  hacktoberfest, chrome-extension
Kiwix Js
Full portable & lightweight ZIM reader in Javascript
Stars: ✭ 130 (-17.2%)
Mutual labels:  chrome-extension, firefox-extension
Tabfern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
Stars: ✭ 102 (-35.03%)
Mutual labels:  hacktoberfest, chrome-extension
Serverless To Cgi Bin
A browser extension that replaces occurrences of 'serverless' with 'cgi-bin'
Stars: ✭ 119 (-24.2%)
Mutual labels:  chrome-extension, firefox-extension

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].