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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } } |