JSON Finder

Browse JSON like you do it in Finder.

What is JSON Finder?

JSON Finder is a Chrome extension developed by Rapee Suveeranont, and its main feature is "Browse JSON like you do it in Finder.".

Extension Screenshots

screenshot
screenshot
screenshot

Download JSON Finder Extension CRX File

Download JSON Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * View like you browse with OSX Finder.
* Keep track of deep object or array.
* Find in JSON and jump to matches.
* Mouse or arrow keys to navigate.
* Support browser back/forward.

Change Log
0.1.0
* FIX: Scoped CSS, stop breaking CSS on other sites.
0.0.9
* FIX: Minor bugs fixed
0.0.8
* NEW: Highlight matched keyword when search
0.0.7
* NEW: Migrate codebase to Backbone.js (v1.0.0)


Github: https://github.com/rapee/jsonfinder

License: MIT License                    

Extension Basic Information

Name JSON Finder JSON Finder
ID flhdcaebggmmpnnaljiajhihdfconkbj
Official URL https://chromewebstore.google.com/detail/json-finder/flhdcaebggmmpnnaljiajhihdfconkbj
Description Browse JSON like you do it in Finder.
File Size 72.77 KB
Installation Count 5,047
Current Version 0.1.0
Last Updated 2017-01-21
Publish Date 2017-01-20
Rating 4.05/5 Total 19 Ratings
Developer Rapee Suveeranont
Payment Type free
Extension Website https://github.com/rapee/jsonfinder
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON Finder",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Browse JSON like you do it in Finder.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery.js",
                "underscore.js",
                "backbone.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/github.com\/rapee\/jsonfinder",
    "web_accessible_resources": [
        "style.css",
        "template.html",
        "jquery.js",
        "underscore.js",
        "backbone.js"
    ]
}