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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
} | |