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)"입니다.
확장 프로그램 스크린샷
Riak JSON editor (fixed) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
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" ] } |