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文件

下載CSV Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}