All Projects → bhollis → Jsonview

bhollis / Jsonview

Licence: mit
A web extension that helps you view JSON documents in the browser.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Jsonview

Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-90.3%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-83.35%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-88.44%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (-97.55%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (-84.62%)
Mutual labels:  json, chrome-extension, firefox-extension
Ipfs Companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,247 (+22.14%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Absolutedoubletrace
A web extension to block browser fingerprinting
Stars: ✭ 156 (-84.72%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-85.21%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Archiveror
Archiveror will help you preserve the webpages you love. 💾
Stars: ✭ 246 (-75.91%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+129.77%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-94.22%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Webextension Toolbox
Small CLI toolbox for cross-browser WebExtension development
Stars: ✭ 365 (-64.25%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (-94.32%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Universal Bypass
Don't waste your time with compliance. Universal Bypass circumvents annoying link shorteners.
Stars: ✭ 1,287 (+26.05%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+157.59%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Fehelper
😍FeHelper--Web前端助手(Awesome!Chrome & Firefox & MS-Edge Extension, All in one Toolbox!)
Stars: ✭ 3,880 (+280.02%)
Mutual labels:  json, chrome-extension, firefox-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (-56.51%)
Mutual labels:  chrome-extension, firefox-extension, webextension
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (-9.7%)
Mutual labels:  chrome-extension, firefox-extension
Browser Extension
SimpleLogin Chrome/ Firefox extension
Stars: ✭ 25 (-97.55%)
Mutual labels:  chrome-extension, firefox-extension
Share on twitter
Simplest browser extension for Twitter users.
Stars: ✭ 8 (-99.22%)
Mutual labels:  chrome-extension, webextension

JSONView

JSONView is a Web extension compatible with Firefox and Google Chrome that helps you view JSON documents in the browser.

Normally when encountering a JSON document (content type application/json), Firefox simply prompts you to download the view. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.

Once you've got JSONView installed, check out this example JSON file to see the extension in action!

If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from src/_locale and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There's not many strings to translate!

Keyboard Shortcuts

  • Left Arrow - Collapses the json on key up
  • Right Arrow - Expands the json on key up

Reporting Issues

Use the GitHub Issue tracker for JSONView to file issues. Pull requests are especially welcome.

Developing JSONView

Before contributing to JSONView, make sure to read the Contributing Guidelines. I appreciate contributions people make to JSONView, but the goal of the extension is to be simple and straightforward, so I frequently reject contributions that add complexity or unnecessary features. Please consider filing an issue before doing any work, so you don't waste time on something I won't accept.

  • Install NodeJS and Yarn.
  • Check out jsonview.
  • Run yarn inside the jsonview repository.
  • Run yarn start to build the extension.
  • In Firefox, go to about:debugging#addons in the address bar, check "Enable add-on debugging", select "Load Temporary Add-on", and choose the jsonview/build folder.
  • In Chrome, go to chrome://extensions/ in the address bar, select "Load Unpacked", and choose the jsonview/build folder.

JSONView makes use of TypeScript. I recommend VSCode for editing the code - it will automatically prompt to install the correct extensions, and will highlight errors. All of the code that makes up the extension itself are in src/.

Common Issues

  • JSONView isn't displaying my file as JSON: You are probably not serving the JSON with the "application/json" MIME type.
  • Opening a local .json file uses the Firefox default JSON viewer: You need to disable the built-in JSON viewer to use JSONView. Go to "about:config" and set "devtools.jsonview.enabled" to "false".

JSONView is open source software under the MIT licence.

Publishing

npm start

jsonview.zip can then be manually uploaded to the extension sites.

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].