CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

Что такое CSV Cleaner Chrome Plugin?

CSV Cleaner Chrome Plugin - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension cleans and produces a consumable CSV file.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CSV Cleaner Chrome Plugin

Скачайте файлы расширений CSV Cleaner Chrome Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CSV Cleaner Chrome Plugin CSV Cleaner Chrome Plugin
ID mjcnohlaomecebflhiellhgchlmnndoj
Официальный URL https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj
Описание This extension cleans and produces a consumable CSV file.
Размер файла 126 KB
Количество установок 33
Текущая Версия 1.0
Последнее Обновление 2020-03-31
Дата публикации 2020-03-31
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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\/"
    ]
}