JSON live editor
Live editor for JSON documents
JSON live editor क्या है?
JSON live editor Stephan Ringel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live editor for JSON documents"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JSON live editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |