Semi-Colon List Delimiter

This extension will convert a list of multiple values into a semi-colon delimited text-string.

Semi-Colon List Delimiterとは何ですか?

Semi-Colon List DelimiterはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension will convert a list of multiple values into a semi-colon delimited text-string.」です。

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

screenshot

Semi-Colon List Delimiter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The purpose of the Semi-Colon List Delimiter Chrome Extension is to allow users to copy a list from some application (a spreadsheet for example), quickly convert it to a semi-colon delimited text-string, and have that text-string automatically copied to the user's clipboard. Users can then paste that text-string into any other application.

This extension was developed specifically for use with online Business Intelligence Tools, to allow users to quickly convert lists of values copied from spreadsheets, into a format that can be quickly pasted into a BI Tool filter-prompt.

This version (1.8), removes trailing spaces from any input values.                    

拡張機能の基本情報

名前 Semi-Colon List Delimiter Semi-Colon List Delimiter
ID ldmhlfmikjfnpepnkcnepibmobdoeklc
公式URL https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc
説明 This extension will convert a list of multiple values into a semi-colon delimited text-string.
ファイルサイズ 7.52 KB
インストール数 1,096
現在のバージョン 1.8.1
最終更新日 2019-05-07
公開日 2019-05-07
評価 5.00/5 合計 6 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "name": "Semi-Colon List Delimiter",
    "version": "1.8.1",
    "manifest_version": 2,
    "short_name": "Semi-Colon List Delimiter",
    "description": "This extension will convert a list of multiple values into a semi-colon delimited text-string.",
    "icons": {
        "128": "semi_colon_list_delimiter.png"
    },
    "browser_action": {
        "default_icon": "semi_colon_list_delimiter.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}