CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
Was ist CSV Cleaner Chrome Plugin?
CSV Cleaner Chrome Plugin ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension cleans and produces a consumable CSV file.".
Erweiterungsscreenshots
CSV Cleaner Chrome Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSV Cleaner Chrome Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
Offizielle URL | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Beschreibung | This extension cleans and produces a consumable CSV file. |
Dateigröße | 126 KB |
Installationsanzahl | 33 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-03-31 |
Veröffentlichungsdatum | 2020-03-31 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |