JSONpop - Textarea JSON editor

Easily edit JSON in textareas

JSONpop - Textarea JSON editor là gì?

JSONpop - Textarea JSON editor là một tiện ích mở rộng Chrome được phát triển bởi https://allenp.org, và tính năng chính của nó là "Easily edit JSON in textareas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JSONpop - Textarea JSON editor

Tải xuống các tệp mở rộng JSONpop - Textarea JSON editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JSONpop - Textarea JSON editor JSONpop - Textarea JSON editor
ID eandmjblhblbcklflfmpokaflbhleaec
URL Chính Thức https://chromewebstore.google.com/detail/jsonpop-textarea-json-edi/eandmjblhblbcklflfmpokaflbhleaec
Mô tả Easily edit JSON in textareas
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2016-04-05
Ngày Phát Hành 2016-04-05
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://allenp.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://allenp.org
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}

Tiện Ích Mở Rộng Liên Quan