JSON Finder

Browse JSON like you do it in Finder.

JSON Finderとは何ですか?

JSON FinderはRapee Suveeranontによって開発されたChromeの拡張機能で、その主な機能は「Browse JSON like you do it in Finder.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

JSON Finder拡張機能のCRXファイルをダウンロード

JSON Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * 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                    

拡張機能の基本情報

名前 JSON Finder JSON Finder
ID flhdcaebggmmpnnaljiajhihdfconkbj
公式URL https://chromewebstore.google.com/detail/json-finder/flhdcaebggmmpnnaljiajhihdfconkbj
説明 Browse JSON like you do it in Finder.
ファイルサイズ 72.77 KB
インストール数 5,047
現在のバージョン 0.1.0
最終更新日 2017-01-21
公開日 2017-01-20
評価 4.05/5 合計 19 レビュー
開発者 Rapee Suveeranont
支払い方法 free
拡張機能のウェブサイト https://github.com/rapee/jsonfinder
対応言語 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"
    ]
}