CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

Wat is CSV Cleaner Chrome Plugin?

CSV Cleaner Chrome Plugin is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension cleans and produces a consumable CSV file.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CSV Cleaner Chrome Plugin

Download CSV Cleaner Chrome Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSV Cleaner Chrome Plugin CSV Cleaner Chrome Plugin
ID mjcnohlaomecebflhiellhgchlmnndoj
Officiële URL https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj
Beschrijving This extension cleans and produces a consumable CSV file.
Bestandsgrootte 126 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2020-03-31
Publicatiedatum 2020-03-31
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}