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ファイルをダウンロード
Riak JSON editor (fixed)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |