CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

Cos'è CSV Cleaner Chrome Plugin?

CSV Cleaner Chrome Plugin è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension cleans and produces a consumable CSV file.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CSV Cleaner Chrome Plugin

Scarica i file di estensione CSV Cleaner Chrome Plugin 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

                        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.                    

Informazioni di Base sull'Estensione

Nome CSV Cleaner Chrome Plugin CSV Cleaner Chrome Plugin
ID mjcnohlaomecebflhiellhgchlmnndoj
URL Ufficiale https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj
Descrizione This extension cleans and produces a consumable CSV file.
Dimensione del File 126 KB
Conteggio Installazioni 33
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-31
Data di Pubblicazione 2020-03-31
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}