JSON live editor
Live editor for JSON documents
JSON live editor là gì?
JSON live editor là một tiện ích mở rộng Chrome được phát triển bởi Stephan Ringel, và tính năng chính của nó là "Live editor for JSON documents".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JSON live editor
Tải xuống các tệp mở rộng JSON live editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON live editor |
ID | aeboiihikjegpmcdjpnehnmpiiekjmhb |
URL Chính Thức | https://chromewebstore.google.com/detail/json-live-editor/aeboiihikjegpmcdjpnehnmpiiekjmhb |
Mô tả | Live editor for JSON documents |
Kích Thước Tệp | 252 KB |
Số Lần Cài Đặt | 1,166 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.43/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Stephan Ringel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |