Riak JSON editor

Riak JSON editor

Riak JSON editor là gì?

Riak JSON editor là một tiện ích mở rộng Chrome được phát triển bởi romulka, và tính năng chính của nó là "Riak JSON editor".

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

screenshot

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

Tải xuống các tệp mở rộng Riak 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

                        JSON editor for Riak (NOSQL DB). Deprecated

Instead use this:
https://chrome.google.com/webstore/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg?utm_source=chrome-ntp-icon

If you use any JSON view plugin, disable them.

Changelog

v0.2.3
Add options page. Add switch to editor.

v0.2.2
Only one request for data, when location starts without */riak/*

v0.2.0
Apply for every json's requests                    

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

Tên Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
URL Chính Thức https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
Mô tả Riak JSON editor
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 985
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2016-10-05
Ngày Phát Hành 2016-10-05
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển romulka
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/romulka/riak_json_editor
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "resources\/*"
    ],
    "description": "Riak JSON editor",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "version": "0.2.3",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ],
    "name": "Riak JSON editor"
}