JSON Compressor
It will minify or compress the JSON text
JSON Compressor là gì?
JSON Compressor là một tiện ích mở rộng Chrome được phát triển bởi Wilson, và tính năng chính của nó là "It will minify or compress the JSON text".
Ả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 Compressor
Tải xuống các tệp mở rộng JSON Compressor 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
Best JSON Compression Tool with High Compression Ratio.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JSON Compressor |
ID | mjfdbdokeoeehiiifinfifnakpeajbgm |
URL Chính Thức | https://chromewebstore.google.com/detail/json-compressor/mjfdbdokeoeehiiifinfifnakpeajbgm |
Mô tả | It will minify or compress the JSON text |
Kích Thước Tệp | 68.14 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-03-06 |
Ngày Phát Hành | 2014-03-06 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Wilson |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://tiny.cc/appsprivacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Compressor", "version": "1.1", "description": "It will minify or compress the JSON text", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_title": "JSON Compressor", "default_popup": "popup.html", "default_icon": "img\/icon-48.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |