csv-reader
csv-reader copied to clipboard
A browser extension that transforms csv into a readable table, in the same tab
Chrome is going to require Manifest V3 in all extensions. I don't have the time now to **update** this whole extension and, more importantly, to **test** it properly. Therefore this...
When opening a .csv file with chrome and this extension I was not able to get it to intercept the file from downloading.
I installed this extension and tried displaying [this csv file](https://sbnarchive.psi.edu/pds4/dawn/grand/dawn-grand-vesta_1.0/browse/collection_inventory_browse.csv), but Chrome still downloads it :( The extension does work on the link you give in the readme, but this...
I had a file with text column containing line returns. It break the row and does as if it was a new row. I think this should be simple to...
In Firefox, the following code works: ```js browser.tabs.insertCSS({ file: '/popup/css/insert.css' }); // ...after, when Reset is clicked: browser.tabs.removeCSS({ file: '/popup/css/insert.css' }); ``` However, Chrome doesn't support `.removeCSS()` until version 87...
Sometimes this extension blocks a `.csv` file from being downloaded, and only a blank page is shown. For me this has happened on GitHub a lot. The GitHub URL seems...