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.”。
扩展截图
下载CSV Cleaner Chrome Plugin扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/"
]
} | |