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 |
官方網址 | 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" } |