Riak JSON editor
Riak JSON editor
什么是Riak JSON editor?
Riak JSON editor是由romulka开发的Chrome扩展程序,该扩展的主要功能是“Riak JSON editor”。
扩展截图
下载Riak JSON editor扩展crx文件
下载Riak JSON editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |