CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
What is CSV Cleaner Chrome Plugin?
CSV Cleaner Chrome Plugin is a Chrome extension developed by Unknown, and its main feature is "This extension cleans and produces a consumable CSV file.".
Extension Screenshots
Download CSV Cleaner Chrome Plugin Extension CRX File
Download CSV Cleaner Chrome Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
CSV data found on the web and elsewhere is often not well formatted and structured. Files could contain explanations or text fragments in the first few rows of a file. This plugin tries to guess where actual CSV content starts and extracts just that to a new properly formatted, consumable CSV file for download.
Extension Basic Information
Name | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
Official URL | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Description | This extension cleans and produces a consumable CSV file. |
File Size | 126 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2020-03-31 |
Publish Date | 2020-03-31 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSV Cleaner Chrome Plugin", "description": "This extension cleans and produces a consumable CSV file.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup2.html", "default_title": "CSV Upload" }, "background": { "scripts": [ "jquery.js" ] }, "permissions": [ "http:\/\/joblife.pythonanywhere.com\/" ] } |