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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension will convert a list of multiple values into a semi-colon delimited text-string."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Semi-Colon List Delimiter
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } |