CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
Vad är CSV Cleaner Chrome Plugin?
CSV Cleaner Chrome Plugin är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension cleans and produces a consumable CSV file.".
Tilläggsskärmbilder
Ladda ner CSV Cleaner Chrome Plugin-förlängningens CRX-fil
Ladda ner CSV Cleaner Chrome Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
Officiell webbadress | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Beskrivning | This extension cleans and produces a consumable CSV file. |
Filstorlek | 126 KB |
Antal Installationer | 33 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-03-31 |
Publiceringsdatum | 2020-03-31 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |