CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

Apa itu CSV Cleaner Chrome Plugin?

CSV Cleaner Chrome Plugin adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension cleans and produces a consumable CSV file.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CSV Cleaner Chrome Plugin

Unduh file ekstensi CSV Cleaner Chrome Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CSV Cleaner Chrome Plugin CSV Cleaner Chrome Plugin
ID mjcnohlaomecebflhiellhgchlmnndoj
URL Resmi https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj
Deskripsi This extension cleans and produces a consumable CSV file.
Ukuran File 126 KB
Jumlah Instalasi 33
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-31
Tanggal Publikasi 2020-03-31
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}