CSV Reader version history - 11 versions
CSV Reader by Rubén
CSV Reader version history - 11 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.2
Released 19 Aug 2022 - 31.2 kBWorks with firefox 48.0 and later- Fixed table text not visible in dark mode in both Firefox and Chrome.
- Updated browser-polyfill.Source code released under MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.1.1
Released 22 Mar 2022 - 31.31 kBWorks with firefox 48.0 and laterFixed
- Fixed response headers being modified for all websites if extension is active, now it only changes them for .csv urls.Source code released under MIT Licence
Version 1.1.0
Released 21 Mar 2022 - 31.14 kBWorks with firefox 48.0 and laterAdded:
- The extension now stops files from downloading, so they can be parsed in-browser, modifying response headers.
- The extension now stores user config in local storage.Source code released under MIT Licence
Version 1.0.0
Released 26 Mar 2021 - 29.74 kBWorks with firefox 48.0 and later- Added option to try the csv parser even if `.csv` extension is not detected in the url.
- Added option to download csv data as JSON (when there is a title row).
- Added option to rainbow-code csv (highlight columns with different colors) instead of making a table.
- Added a placeholder in the skip-lines input.
- Removed unused classes and replaced emojis with svg in the popup.
- Re-styled the popup (new colors and layout).
- Updated Chrome polyfill from v0.6.0 to to v0.7.0.Source code released under MIT Licence
Version 0.5.0
Released 15 Nov 2020 - 26.96 kBWorks with firefox 48.0 and laterAdded:
- Create new images for docs and extension pages in browsers.
Changed:
- Make table header sticky, so it stays at the top while scrolling.
Fixed:
- Improved the URL detection regex: now it accepts urls with lower and upper case.
- Removed "skip lines on top" input placeholder to avoid confussion (it showed `3`, but the default is `0`...).
- Fix the size/proportion of the popup in Chrome.Source code released under MIT Licence
Version 0.4.0
Released 9 Nov 2020 - 26.81 kBWorks with firefox 48.0 and laterAdded polyfill to make the extension available in Chrome too.
Fixed (finally) 🎊:
- The extension now recognizes the separator character inside a string and does not treat it as a separator (it does not split the string in that position).
Added:
- Remove quotes from the strings after parsing them.
- Added a link in the 'Doesn't work here' message to report if it's an error.
- Added tags to links if config option is checked in the popup.
- Some useful data is now shown at the top of the table (number of rows, etc.).
- Added a prompt to ask the user for a 5-star review at the top of the table.
Changed:
- Improved the styling of the table: changed the font-family, it has a header background color, border color, box-shadow, etc.Source code released under MIT Licence
Version 0.3.0
Released 2 Nov 2020 - 25.06 kBWorks with firefox 48.0 and laterThis version adds a polyfill and some checks so the extension should now be fully compatible with Chrome.
Also the extension permissions are changed: only "activeTab" is used now, requiring less permissions form users. The rest were not used, so not needed.
Little tweaks in styling the formatted table. More coming soon.Source code released under MIT Licence
Version 0.2.0
Released 25 Oct 2020 - 21.5 kBWorks with firefox 48.0 and laterThis version adds new icons, updates some descriptions and texts, and prepares for new features and fully reviewed code, coming soon!Source code released under MIT Licence
Version 0.1.2
Released 27 Dec 2018 - 11.34 kBWorks with firefox 42.0 and laterFixed an error: could not recognize an url with the extension in capital letters.Source code released under MIT Licence
Version 0.1.1
Released 27 Dec 2018 - 11.34 kBWorks with firefox 42.0 and laterFixed an error where the extension could not recognize an url with the extension in capital letters.Source code released under MIT Licence
Version 0.1.0
Released 27 Dec 2018 - 11.67 kBWorks with firefox 42.0 and laterSource code released under MIT Licence