Convert Column to Comma Separated List (CSV)
Easily convert columns of data to comma separated lists of data (CSV) instantly
Cos'è Convert Column to Comma Separated List (CSV)?
Convert Column to Comma Separated List (CSV) è un'estensione di Chrome sviluppata da https://useful.tools, e la sua funzione principale è "Easily convert columns of data to comma separated lists of data (CSV) instantly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Convert Column to Comma Separated List (CSV)
Scarica i file di estensione Convert Column to Comma Separated List (CSV) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Convert Column to Comma Separated List (CSV) |
ID | kjhpjckadnmiafbailekidjcfhnlocek |
URL Ufficiale | https://chromewebstore.google.com/detail/convert-column-to-comma-s/kjhpjckadnmiafbailekidjcfhnlocek |
Descrizione | Easily convert columns of data to comma separated lists of data (CSV) instantly |
Dimensione del File | 16.71 KB |
Conteggio Installazioni | 626 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-04-07 |
Data di Pubblicazione | 2021-03-15 |
Sviluppatore | https://useful.tools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://useful.tools/column-to-comma |
URL della Pagina della Politica sulla Privacy | https://useful.tools/privacy |
Lingue Supportate | 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 } } |