CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
Co to jest CSV Cleaner Chrome Plugin?
CSV Cleaner Chrome Plugin to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension cleans and produces a consumable CSV file.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSV Cleaner Chrome Plugin
Pobierz pliki rozszerzeń CSV Cleaner Chrome Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
Oficjalny URL | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Opis | This extension cleans and produces a consumable CSV file. |
Rozmiar pliku | 126 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-03-31 |
Data Publikacji | 2020-03-31 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |