Riak JSON editor
Riak JSON editor
Qu'est-ce que Riak JSON editor ?
Riak JSON editor est une extension Chrome développée par romulka, et sa fonction principale est "Riak JSON editor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Riak JSON editor
Téléchargez les fichiers d'extension Riak JSON editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Riak JSON editor |
ID | eeponikjeljlngckgbekknkoncmljfbf |
URL Officiel | https://chromewebstore.google.com/detail/riak-json-editor/eeponikjeljlngckgbekknkoncmljfbf |
Description | Riak JSON editor |
Taille du Fichier | 130 KB |
Nombre d'Installations | 985 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2016-10-05 |
Date de Publication | 2016-10-05 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | romulka |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/romulka/riak_json_editor |
Langues Prises en Charge | 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" } |