CSV to JSON Converter

A simple web interface for converting from CSV to JSON.

CSV to JSON Converter là gì?

CSV to JSON Converter là một tiện ích mở rộng Chrome được phát triển bởi https://wpcocktail.com, và tính năng chính của nó là "A simple web interface for converting from CSV to JSON.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSV to JSON Converter

Tải xuống các tệp mở rộng CSV to JSON Converter 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

                        CSV / JSON Converter
A simple web interface for converting from JSON to CSV. All data stored in browser's local storage only, no data is communicated once the page has loaded.

For Microsoft Excel compatibility, simply use tab delimiters and save the file with the .xls extension.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSV to JSON Converter CSV to JSON Converter
ID cikhhpjcfcganccgimdcohjgmhjbchco
URL Chính Thức https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco
Mô tả A simple web interface for converting from CSV to JSON.
Kích Thước Tệp 91.54 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-09-17
Ngày Phát Hành 2022-09-16
Nhà Phát Triển https://wpcocktail.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wpcocktail.com/
URL Trang Trợ Giúp https://wpcocktail.com/contact-us/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSV to JSON Converter",
    "version": "1.0.0",
    "description": "A simple web interface for converting from CSV to JSON.",
    "author": "wpcocktail",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "CSV to JSON Converter"
    }
}