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) هو إضافة Chrome تم تطويرها بواسطة https://useful.tools، والميزة الرئيسية لها هي "Easily convert columns of data to comma separated lists of data (CSV) instantly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Convert Column to Comma Separated List (CSV)
قم بتنزيل ملفات الامتداد Convert Column to Comma Separated List (CSV) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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) |
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |