Semi-Colon List Delimiter

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

Semi-Colon List Delimiter là gì?

Semi-Colon List Delimiter là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension will convert a list of multiple values into a semi-colon delimited text-string.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Semi-Colon List Delimiter

Tải xuống các tệp mở rộng Semi-Colon List Delimiter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Semi-Colon List Delimiter Semi-Colon List Delimiter
ID ldmhlfmikjfnpepnkcnepibmobdoeklc
URL Chính Thức https://chromewebstore.google.com/detail/semi-colon-list-delimiter/ldmhlfmikjfnpepnkcnepibmobdoeklc
Mô tả This extension will convert a list of multiple values into a semi-colon delimited text-string.
Kích Thước Tệp 7.52 KB
Số Lần Cài Đặt 1,096
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2019-05-07
Ngày Phát Hành 2019-05-07
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}