CSV Converter

Converts from Headed CSV to YAML or to other delimited formats

CSV Converterとは何ですか?

CSV Converterはcodehooksrepoによって開発されたChromeの拡張機能で、その主な機能は「Converts from Headed CSV to YAML or to other delimited formats」です。

拡張機能のスクリーンショット

screenshot

CSV Converter拡張機能のCRXファイルをダウンロード

CSV Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Converts from headed CSV format into a YAML list of dictionaries.
Or from one separator (eg tab) to another (eg comma).
This is useful for pasting data from spreadsheets to Ansible extraVars                    

拡張機能の基本情報

名前 CSV Converter CSV Converter
ID bkcbikdhmjhempddeffocedjfgpjjomc
公式URL https://chromewebstore.google.com/detail/csv-converter/bkcbikdhmjhempddeffocedjfgpjjomc
説明 Converts from Headed CSV to YAML or to other delimited formats
ファイルサイズ 9.92 KB
インストール数 131
現在のバージョン 1.0
最終更新日 2019-08-03
公開日 2019-08-02
開発者 codehooksrepo
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSVConv",
    "name": "CSV Converter",
    "version": "1.0",
    "description": "Converts from Headed CSV to YAML or to other delimited formats",
    "author": "Peter Smallwood",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "manifest_version": 2
}