CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

CSV Cleaner Chrome Plugin란 무엇입니까?

CSV Cleaner Chrome Plugin은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension cleans and produces a consumable CSV file."입니다.

확장 프로그램 스크린샷

screenshot

CSV Cleaner Chrome Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}