Riak JSON editor (fixed)

Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)

什么是Riak JSON editor (fixed)?

Riak JSON editor (fixed)是由dtool开发的Chrome扩展程序,该扩展的主要功能是“Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)”。

扩展截图

screenshot

下载Riak JSON editor (fixed)扩展crx文件

下载Riak JSON editor (fixed)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        JSON editor for Riak (NOSQL DB).

If you use any JSON view plugin, disable them.

JSON editor - ace editor.

With saving Links and Indexes.

In version 0.9.5.1 added ability to manage meta datas. Improved ui.                    

扩展基本信息

名称 Riak JSON editor (fixed) Riak JSON editor (fixed)
ID kecjnicomgodejgdindglhgpafgeagbg
官方URL https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg
简介 Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
文件大小 248 KB
安装次数 514
当前版本 0.9.5.2
更新时间 2016-04-02
上架时间 2016-04-01
评分 5.00/5 共2次评分
开发者 dtool
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Riak JSON editor (fixed)",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Riak JSON editor fixed (original https:\/\/chrome.google.com\/webstore\/detail\/riak-json-editor\/eeponikjeljlngckgbekknkoncmljfbf)",
    "background": {
        "page": "background.html"
    },
    "version": "0.9.5.2",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}