Riak JSON editor (fixed)

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

What is Riak JSON editor (fixed)?

Riak JSON editor (fixed) is a Chrome extension developed by dtool, and its main feature is "Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)".

Extension Screenshots

screenshot

Download Riak JSON editor (fixed) Extension CRX File

Download Riak JSON editor (fixed) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Riak JSON editor (fixed) Riak JSON editor (fixed)
ID kecjnicomgodejgdindglhgpafgeagbg
Official URL https://chromewebstore.google.com/detail/riak-json-editor-fixed/kecjnicomgodejgdindglhgpafgeagbg
Description Riak JSON editor fixed (original https://chrome.google.com/webstore/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf)
File Size 248 KB
Installation Count 514
Current Version 0.9.5.2
Last Updated 2016-04-02
Publish Date 2016-04-01
Rating 5.00/5 Total 2 Ratings
Developer dtool
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}