CSV Cleaner Chrome Plugin

This extension cleans and produces a consumable CSV file.

CSV Cleaner Chrome Plugin là gì?

CSV Cleaner Chrome Plugin là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension cleans and produces a consumable CSV file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSV Cleaner Chrome Plugin

Tải xuống các tệp mở rộng CSV Cleaner Chrome Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSV Cleaner Chrome Plugin CSV Cleaner Chrome Plugin
ID mjcnohlaomecebflhiellhgchlmnndoj
URL Chính Thức https://chromewebstore.google.com/detail/csv-cleaner-chrome-plugin/mjcnohlaomecebflhiellhgchlmnndoj
Mô tả This extension cleans and produces a consumable CSV file.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-03-31
Ngày Phát Hành 2020-03-31
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}