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