Juan Ramón JSON Beautifier
Quick JSON code beautifier by Juan Ramon Jimenez
Juan Ramón JSON Beautifier là gì?
Juan Ramón JSON Beautifier là một tiện ích mở rộng Chrome được phát triển bởi http://www.juanramonjimenez.es, và tính năng chính của nó là "Quick JSON code beautifier by Juan Ramon Jimenez".
Ả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 Juan Ramón JSON Beautifier
Tải xuống các tệp mở rộng Juan Ramón JSON Beautifier 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
It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more. I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store. You can select text with json code, then push Ctrl + C (in windows, Command + C in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it. If you have suggestions please let me know: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cggldejocpefikeabhclhgcohimdgcfh |
URL Chính Thức | https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh |
Mô tả | Quick JSON code beautifier by Juan Ramon Jimenez |
Kích Thước Tệp | 10.78 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-08-06 |
Ngày Phát Hành | 2014-08-06 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.juanramonjimenez.es |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://juanramonjimenez.es/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Juan Ram\u00f3n JSON Beautifier", "version": "1.0", "description": "Quick JSON code beautifier by Juan Ramon Jimenez", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Juan Ram\u00f3n JSON Beautifier", "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardRead", "clipboardWrite" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } } } |