JSONpop - Textarea JSON editor

Easily edit JSON in textareas

Apa itu JSONpop - Textarea JSON editor?

JSONpop - Textarea JSON editor adalah ekstensi Chrome yang dikembangkan oleh https://allenp.org, dan fitur utamanya adalah "Easily edit JSON in textareas".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi JSONpop - Textarea JSON editor

Unduh file ekstensi JSONpop - Textarea JSON editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
URL Resmi https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
Deskripsi Easily edit JSON in textareas
Ukuran File 228 KB
Jumlah Instalasi 176
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2016-04-05
Tanggal Publikasi 2016-04-05
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://allenp.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://allenp.org
Bahasa yang Didukung 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\/*"
    ]
}