Convert Column to Comma Separated List (CSV)

Easily convert columns of data to comma separated lists of data (CSV) instantly

Convert Column to Comma Separated List (CSV) क्या है?

Convert Column to Comma Separated List (CSV) https://useful.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily convert columns of data to comma separated lists of data (CSV) instantly"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Convert Column to Comma Separated List (CSV) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily + instantly convert columns of data to comma separated lists of data using our free online tool. Converting a Spreadsheet / Excel of data to a comma-delimited list of values (CSV) is now easier than ever with our converter.

Download our Google Chrome extension and start converting columns to comma separated list of items.

HOW TO CONVERT A COLUMN OF DATA TO A COMMA SEPARATED LIST WITH OUR ONLINE TOOL

Use our comma separator tool to convert column lists to comma-separated value (CSV) lists with ease (and free):

0: Open our tool
1: Copy the column of text in Excel / Google Sheets you want to convert
2: Paste it in the left text box above and instantly get the comma separated list of items in the right text box
3: Copy the comma separated list and feel free to use it online, or offline

Thanks so much for using our Convert Column to Comma Chrome extension!                    

एक्सटेंशन की मूल जानकारी

नाम Convert Column to Comma Separated List (CSV) Convert Column to Comma Separated List (CSV)
ID kjhpjckadnmiafbailekidjcfhnlocek
आधिकारिक URL https://chromewebstore.google.com/detail/convert-column-to-comma-s/kjhpjckadnmiafbailekidjcfhnlocek
विवरण Easily convert columns of data to comma separated lists of data (CSV) instantly
फ़ाइल का आकार 16.71 KB
स्थापना संख्या 626
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-04-07
प्रकाशन तिथि 2021-03-15
डेवलपर https://useful.tools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://useful.tools/column-to-comma
गोपनीयता नीति पृष्ठ URL https://useful.tools/privacy
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/useful.tools\/column-to-comma",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Column to Comma"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}