Riak JSON editor

Riak JSON editor

Riak JSON editor란 무엇입니까?

Riak JSON editor은(는) romulka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Riak JSON editor"입니다.

확장 프로그램 스크린샷

screenshot

Riak JSON editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Riak JSON editor Riak JSON editor
ID eeponikjeljlngckgbekknkoncmljfbf
공식 URL https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf
설명 Riak JSON editor
파일 크기 130 KB
설치 횟수 985
현재 버전 0.2.3
최근 업데이트 2016-10-05
출시 날짜 2016-10-05
평점 4.14/5 총 7 개의 평점
개발자 romulka
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/romulka/riak_json_editor
지원되는 언어 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"
}