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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
} | |