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 |
| 官方網址 | 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\/"
]
} | |