CSV Editor
This extension allows you to upload, view, edit and download .csv files
CSV Editorとは何ですか?
CSV EditorはAlberto F. Rodaによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to upload, view, edit and download .csv files」です。
拡張機能のスクリーンショット
CSV Editor拡張機能のCRXファイルをダウンロード
CSV Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly view and edit .csv files from your browser and download the edited file to your computer. You will no longer need to open Excel to edit this type of file. -Uploads csv files and displays them in an editable table. -Automatically detects .csv files separated by "," or by ";" and respect the format when saving it. -Full screen mode -Multi language supported: English, Spanish, German, French and Chinese. Select a .csv file from your computer, then click "Upload file" button, and your file will be displayed in a table, you can edit the values, add new rows, and then download the edited file in .csv format.
拡張機能の基本情報
名前 | CSV Editor |
ID | koeokjkljpaajmbhhgohidfaofooifca |
公式URL | https://chromewebstore.google.com/detail/csv-editor/koeokjkljpaajmbhhgohidfaofooifca |
説明 | This extension allows you to upload, view, edit and download .csv files |
ファイルサイズ | 42.75 KB |
インストール数 | 3,000 |
現在のバージョン | 1.0 |
最終更新日 | 2023-01-03 |
公開日 | 2023-01-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | Alberto F. Roda |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSV Editor", "description": "This extension allows you to upload, view, edit and download .csv files", "version": "1.0", "csp": "script-src 'self' 'unsafe-inline'; object-src 'self'", "window": { "resizable": true }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" } } |