CSV Editor

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

CSV Editor क्या है?

CSV Editor Alberto F. Roda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to upload, view, edit and download .csv files"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CSV Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}