CSV Editor

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

CSV Editor란 무엇입니까?

CSV Editor은(는) Alberto F. Roda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to upload, view, edit and download .csv files"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CSV Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 CSV Editor CSV Editor
ID koeokjkljpaajmbhhgohidfaofooifca
공식 URL https://chromewebstore.google.com/detail/csv-editor/koeokjkljpaajmbhhgohidfaofooifca
설명 This extension allows you to upload, view, edit and download .csv files
파일 크기 42.75 KB
설치 횟수 3,000
현재 버전 1.0
최근 업데이트 2023-01-03
출시 날짜 2023-01-02
평점 3.67/5 총 3 개의 평점
개발자 Alberto F. Roda
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}