JSONpop - Textarea JSON editor

Easily edit JSON in textareas

JSONpop - Textarea JSON editorとは何ですか?

JSONpop - Textarea JSON editorはhttps://allenp.orgによって開発されたChromeの拡張機能で、その主な機能は「Easily edit JSON in textareas」です。

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

screenshot
screenshot
screenshot

JSONpop - Textarea JSON editor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily edit JSON in textareas. This extension looks for any textareas that have JSON in them and allows you to edit it with a popup window.                    

拡張機能の基本情報

名前 JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
公式URL https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
説明 Easily edit JSON in textareas
ファイルサイズ 228 KB
インストール数 176
現在のバージョン 0.0.0.2
最終更新日 2016-04-05
公開日 2016-04-05
評価 4.00/5 合計 4 レビュー
開発者 https://allenp.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://allenp.org
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSONpop - Textarea JSON editor",
    "version": "0.0.0.2",
    "description": "Easily edit JSON in textareas",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/font.css",
                "\/css\/skeleton.css",
                "\/css\/remodal.css",
                "\/css\/remodal-default-theme.css",
                "\/css\/codemirror.css",
                "\/css\/mdn-like.css",
                "\/css\/monokai.css",
                "\/css\/lint.css",
                "\/css\/foldgutter.css",
                "main.css"
            ],
            "js": [
                "\/js\/zepto.min.js",
                "\/js\/remodal.min.js",
                "\/js\/codemirror.js",
                "\/js\/javascript_json.js",
                "\/js\/lint.js",
                "\/js\/jsonlint.js",
                "\/js\/json-lint.js",
                "\/js\/foldcode.js",
                "\/js\/brace-fold.js",
                "\/js\/foldgutter.js",
                "\/js\/matchbrackets.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "template.html",
        "\/fonts\/*",
        "\/img\/*"
    ]
}