JSON live editor
Live editor for JSON documents
Τι είναι το JSON live editor;
Το JSON live editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Stephan Ringel, και η κύρια λειτουργία του είναι "Live editor for JSON documents".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης JSON live editor
Λήψη αρχείων επέκτασης JSON live editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Little online and offline HTML, CSS and JavaScript code editor for messing around with JSON documents. For example, this tool will be useful if you want to manipulate and display JSON data outputted by a REST API. The editor will be activated automatically in the browser if a JSON document is detected (e.g. with http://jsondoc.eu01.aws.af.cm/api/jsondoc). Features : * HTML / CSS / JavaScript editor with syntax highlighting, search, replace and autocomplete * Live code preview * Drop code from File System * Save code to File System * Versioning using browser’s history and local storage * Easy sharing via URL * JSON Validator (invalid JSON is not editable) * Key shortcuts: - cmd + s / ctrl + s => live update / save - cmd + e / ctrl + e => toggle preview / code editor - ctrl + space => autocomplete - cmd + f / ctrl + f => search and highlight code - cmd + g / ctrl + g => find next - shift + cmd + g / shift + ctrl + g => find previous - shift + ctrl + f / cmd + option + f => replace - shift + ctrl + r / shift + cmd + option + f => replace all (Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this). Credits go to Mrdoob, Callum Locke and CodeMirror folks.
Βασικές Πληροφορίες Επέκτασης
Όνομα | JSON live editor |
ID | aeboiihikjegpmcdjpnehnmpiiekjmhb |
Επίσημο URL | https://chromewebstore.google.com/detail/json-live-editor/aeboiihikjegpmcdjpnehnmpiiekjmhb |
Περιγραφή | Live editor for JSON documents |
Μέγεθος Αρχείου | 252 KB |
Αριθμός Εγκαταστάσεων | 1,166 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 3.43/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | Stephan Ringel |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON live editor", "version": "1.2.1", "manifest_version": 2, "description": "Live editor for JSON documents", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |