CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
Qu'est-ce que CSV Cleaner Chrome Plugin ?
CSV Cleaner Chrome Plugin est une extension Chrome développée par Unknown, et sa fonction principale est "This extension cleans and produces a consumable CSV file.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSV Cleaner Chrome Plugin
Téléchargez les fichiers d'extension CSV Cleaner Chrome Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
URL Officiel | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Description | This extension cleans and produces a consumable CSV file. |
Taille du Fichier | 126 KB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-03-31 |
Date de Publication | 2020-03-31 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |