CSV Editor

This extension allows you to upload, view, edit and download .csv files

CSV Editor là gì?

CSV Editor là một tiện ích mở rộng Chrome được phát triển bởi Alberto F. Roda, và tính năng chính của nó là "This extension allows you to upload, view, edit and download .csv files".

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

screenshot
screenshot

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

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

                        Quickly view and edit .csv files from your browser and download the edited file to your computer.
You will no longer need to open Excel to edit this type of file.

-Uploads csv files and displays them in an editable table.
-Automatically detects .csv files separated by "," or by ";" and respect the format when saving it.
-Full screen mode
-Multi language supported: English, Spanish, German, French and Chinese.

Select a .csv file from your computer, then click "Upload file" button, and your file will be displayed in a table, you can edit the values, add new rows, and then download the edited file in .csv format.                    

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

Tên CSV Editor CSV Editor
ID koeokjkljpaajmbhhgohidfaofooifca
URL Chính Thức https://chromewebstore.google.com/detail/csv-editor/koeokjkljpaajmbhhgohidfaofooifca
Mô tả This extension allows you to upload, view, edit and download .csv files
Kích Thước Tệp 42.75 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2023-01-02
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alberto F. Roda
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSV Editor",
    "description": "This extension allows you to upload, view, edit and download .csv files",
    "version": "1.0",
    "csp": "script-src 'self' 'unsafe-inline'; object-src 'self'",
    "window": {
        "resizable": true
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}