CSV Cleaner Chrome Plugin
This extension cleans and produces a consumable CSV file.
O que é CSV Cleaner Chrome Plugin?
CSV Cleaner Chrome Plugin é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension cleans and produces a consumable CSV file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CSV Cleaner Chrome Plugin
Baixe arquivos de extensão CSV Cleaner Chrome Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CSV Cleaner Chrome Plugin |
ID | mjcnohlaomecebflhiellhgchlmnndoj |
URL Oficial | https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj |
Descrição | This extension cleans and produces a consumable CSV file. |
Tamanho do Arquivo | 126 KB |
Contagem de Instalações | 33 |
Versão Atual | 1.0 |
Última Atualização | 2020-03-31 |
Data de Publicação | 2020-03-31 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |